From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Kerrisk (man-pages)" Subject: Re: [PATCH] puts.3: tfix Date: Tue, 29 Jul 2014 06:48:48 +0200 Message-ID: <53D727B0.6000605@gmail.com> References: <1406598299-24465-1-git-send-email-penght@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1406598299-24465-1-git-send-email-penght-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Peng Haitao Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org Thanks, Haitao. Applied Cheers, Michael On 07/29/2014 03:44 AM, Peng Haitao wrote: > Signed-off-by: Peng Haitao > --- > man3/puts.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man3/puts.3 b/man3/puts.3 > index c3e9412..ab40659 100644 > --- a/man3/puts.3 > +++ b/man3/puts.3 > @@ -63,7 +63,7 @@ except that it may be implemented as a macro which evaluates > .I stream > more than once. > .PP > -.BI "putchar(" c ); > +.BI "putchar(" c ) > is equivalent to > .BI "putc(" c ", " stdout ). > .PP > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html