summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-26 15:32:04 +0000
committerru <ru@FreeBSD.org>2002-11-26 15:32:04 +0000
commit58017419e9bec57c87955075539c7714d07237fd (patch)
tree882ba1798d38f822af0ceeb4c9c1aef250acaf9a /usr.bin/xlint
parent21529288a26ee0de05c46bab995d961fc0f08590 (diff)
downloadFreeBSD-src-58017419e9bec57c87955075539c7714d07237fd.zip
FreeBSD-src-58017419e9bec57c87955075539c7714d07237fd.tar.gz
mdoc(7) police:
Restore (once again) my fixes from revision 1.20 that got lost in revision 1.25 merge. Approved by: re
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r--usr.bin/xlint/xlint/lint.116
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1
index 13efe22..869c85d 100644
--- a/usr.bin/xlint/xlint/lint.1
+++ b/usr.bin/xlint/xlint/lint.1
@@ -278,15 +278,15 @@ not allowed in traditional C.
Warnings for constructs which behave
differently in traditional C and ANSI C are suppressed.
Preprocessor
-macros describing the machine type (e.g.
-.Li sun3 )
-and machine architecture (e.g.
-.Li m68k )
-are defined without leading and trailing underscores. The keywords
-.Sy const ,
-.Sy volatile
+macros describing the machine type (e.g.,
+.Dv sun3 )
+and machine architecture (e.g.,
+.Dv m68k )
+are defined without leading and trailing underscores.
+The keywords
+.Ic const , volatile
and
-.Sy signed
+.Ic signed
are not available in traditional C mode (although the alternative
keywords with leading underscores still are).
.It Fl u
OpenPOWER on IntegriCloud