slight fix to gcc's man page...

This commit is contained in:
jmg 1997-03-23 00:51:16 +00:00
parent 3dc0739b4b
commit 9243f015c6

View File

@ -1189,13 +1189,17 @@ Like `\|\c
.B \-M\c
\&\|' but the output mentions only the user header files
included with `\|\c
.B #include "\c
.B
#include "\c
.I file\c
.B
\&"\c
\&\|'. System header files
included with `\|\c
.B #include <\c
.B
#include <\c
.I file\c
.B
\&>\c
\&\|' are omitted.
.TP
@ -1472,8 +1476,10 @@ option are searched only for the case of `\|\c
\&"\c
\&\|';
they are not searched for `\|\c
.B #include <\c
.B
#include <\c
.I file\c
.B
\&>\c
\&\|'.
.Sp