svn commit: r328155 - head/share/man/man9

Warner Losh imp at FreeBSD.org
Thu Jan 18 22:23:17 UTC 2018


Author: imp
Date: Thu Jan 18 22:23:16 2018
New Revision: 328155
URL: https://svnweb.freebsd.org/changeset/base/328155

Log:
  No need for the zero width space now that I put the comma in.

Modified:
  head/share/man/man9/style.9

Modified: head/share/man/man9/style.9
==============================================================================
--- head/share/man/man9/style.9	Thu Jan 18 22:20:30 2018	(r328154)
+++ head/share/man/man9/style.9	Thu Jan 18 22:23:16 2018	(r328155)
@@ -431,7 +431,7 @@ alphabetical unless there is a compelling reason to us
 ordering.
 .Pp
 Functions that are used locally in more than one module go into a
-separate header file, e.g.,\&
+separate header file, e.g.,
 .Qq Pa extern.h .
 .Pp
 Do not use the
@@ -726,7 +726,7 @@ not:
 .Pp
 Do not use
 .Ic \&!
-for tests unless it is a boolean, e.g.,\& use:
+for tests unless it is a boolean, e.g., use:
 .Bd -literal
 if (*p == '\e0')
 .Ed


More information about the svn-src-head mailing list