Note that header files should be surrounded by angle brackets (<>).

This commit is contained in:
Michael Kerrisk 2007-12-29 09:13:52 +00:00
parent 85467cb847
commit f36234fa1e
1 changed files with 6 additions and 0 deletions

View File

@ -383,6 +383,12 @@ are always in italics (e.g.,
.IR <stdio.h> ),
except in the SYNOPSIS section, where included files are in bold (e.g.,
.BR "#include <stdio.h>" ).
When referring to a standard include file under
.IR /usr/include ,
specify the header file surrounded by angle brackets,
in the usual C way (e.g.,
.IR <stdio.h> ),
.PP
Special macros, which are usually in upper case, are in bold (e.g.,
.BR MAXINT ).