[PATCH] put(3): fix formatting of trailing period

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
---
 man3/puts.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/puts.3 b/man3/puts.3
index 2f039a43729f..2396f7d82d8e 100644
--- a/man3/puts.3
+++ b/man3/puts.3
@@ -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
-- 
2.15.1

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux