summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-11-21 12:07:24 +0000
committerru <ru@FreeBSD.org>2001-11-21 12:07:24 +0000
commita46c445089aa53d83f13045263e94736cc0536ef (patch)
treeeb19cdb71200927274608204ddedb59349c30d81 /share
parentd82dbaf3b1a44e09bb1e711c070fc44f8d66d3b2 (diff)
downloadFreeBSD-src-a46c445089aa53d83f13045263e94736cc0536ef.zip
FreeBSD-src-a46c445089aa53d83f13045263e94736cc0536ef.tar.gz
mdoc(7) police: cosmetique.
Diffstat (limited to 'share')
-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 bf10edf..c42eb74 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -114,7 +114,7 @@ Do not #define or declare names in the implementation namespace except
for implementing application interfaces.
.Pp
The names of
-.Dq Li unsafe
+.Dq unsafe
macros (ones that have side effects), and the names of macros for
manifest constants, are all in uppercase.
The expansions of expression-like macros are either a single token
@@ -242,7 +242,7 @@ void function(int fd);
.Pp
In header files visible to userland applications, prototypes that are
visible must use either
-.Dq Li protected
+.Dq protected
names (ones beginning with an underscore) or no names with the types.
It is preferable to use protected names.
E.g., use:
OpenPOWER on IntegriCloud