mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
No need for the zero width space now that I put the comma in.
This commit is contained in:
parent
36a910fba3
commit
4e617d8cb9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328155
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user