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

This commit is contained in:
Warner Losh 2018-01-18 22:23:16 +00:00
parent 36a910fba3
commit 4e617d8cb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328155

View File

@ -431,7 +431,7 @@ alphabetical unless there is a compelling reason to use a different
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