summaryrefslogtreecommitdiffstats
path: root/share/man/man9/style.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/style.9')
-rw-r--r--share/man/man9/style.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index ace7cf2..5038c18 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -354,7 +354,7 @@ typedef const long baz; /* This is baz. */
.Pp
All functions are prototyped somewhere.
.Pp
-Function prototypes for private functions (i.e. functions not used
+Function prototypes for private functions (i.e., functions not used
elsewhere) go at the top of the first source module.
Functions
local to one source module should be declared
@@ -665,7 +665,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
OpenPOWER on IntegriCloud