[PATCH] put(3): fix formatting of trailing period
From: Mike Frysinger <hidden>
Date: 2018-01-20 05:33:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Mike Frysinger <hidden>
Date: 2018-01-20 05:33:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
The period after the function call is incorrectly marked with bold. Signed-off-by: Mike Frysinger <redacted> --- 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html