summaryrefslogtreecommitdiffstats
path: root/share/man/man9/style.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-06-16 08:33:57 +0000
committerru <ru@FreeBSD.org>2004-06-16 08:33:57 +0000
commitaa52a5a900bdec01cd64392151f45ae2b913614b (patch)
tree45340076f670c5a33c9f8979cfb69f5797c2be57 /share/man/man9/style.9
parent075deb0c4c016fbd1931955599b44e3592fa397c (diff)
downloadFreeBSD-src-aa52a5a900bdec01cd64392151f45ae2b913614b.zip
FreeBSD-src-aa52a5a900bdec01cd64392151f45ae2b913614b.tar.gz
Assorted markup, spelling, and grammar fixes.
Diffstat (limited to 'share/man/man9/style.9')
-rw-r--r--share/man/man9/style.919
1 files changed, 11 insertions, 8 deletions
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index cc3727c..f64e3c5 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -120,7 +120,7 @@ Do not use files in
for files in the kernel.
.Pp
Leave a blank line before the next group, the
-.Pa /usr/include
+.Pa /usr/include
files,
which should be sorted alphabetically by name.
.Bd -literal
@@ -247,17 +247,20 @@ is treated as
#endif /* !COMPAT_43 */
.Ed
.Pp
-The project is slowly moving to use the
-.St -isoC-99
+The project is slowly moving to use the
+.St -isoC-99
unsigned integer identifiers of the form
-.Ic uintXX_t
-in preference to the older BSD-style integer identifiers of the form
-.Ic u_intXX_t .
+.Vt uintXX_t
+in preference to the older
+.Bx Ns -style
+integer identifiers of the form
+.Vt u_intXX_t .
New code should use the former, and old code should be converted to
the new form if other major work is being done in that area and
-there's no overriding reason to prefer the older BSD-style.
+there is no overriding reason to prefer the older
+.Bx Ns -style .
Like white-space commits, care should be taken in making
-.Ic uintXX_t
+.Vt uintXX_t
only commits.
.Pp
Enumeration values are all uppercase.
OpenPOWER on IntegriCloud