put(3): fix formatting of trailing period

The period after the function call is incorrectly marked with bold.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mike Frysinger 2018-01-20 00:33:22 -05:00 committed by Michael Kerrisk
parent df818717ca
commit 724127aa2d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ more than once.
.PP
.BI "putchar(" c )
is equivalent to
.BI "putc(" c ", " stdout ).
.BI "putc(" c ", " stdout ) \fR.
.PP
.BR puts ()
writes the string