mdoc(7) police:

Restore (once again) my fixes from revision 1.20 that got lost in
revision 1.25 merge.

Approved by:	re
This commit is contained in:
Ruslan Ermilov 2002-11-26 15:32:04 +00:00
parent 203a6d6aa7
commit f2177c5f62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107268

View File

@ -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