aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/gcc.1
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-03-23 00:51:16 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-03-23 00:51:16 +0000
commit538efd53204a1534bbded9c309d494b171ff3f36 (patch)
tree19516fcfc75453ac1eab5c04990fe2fe24391445 /contrib/gcc/gcc.1
parent84232bd33784c82dc7056c4ac909cadb1890b99d (diff)
downloadsrc-538efd53204a1534bbded9c309d494b171ff3f36.tar.gz
src-538efd53204a1534bbded9c309d494b171ff3f36.zip
slight fix to gcc's man page...
Notes
Notes: svn path=/head/; revision=24129
Diffstat (limited to 'contrib/gcc/gcc.1')
-rw-r--r--contrib/gcc/gcc.112
1 files changed, 9 insertions, 3 deletions
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1
index b3a4cfb7674a..b913ad475d8e 100644
--- a/contrib/gcc/gcc.1
+++ b/contrib/gcc/gcc.1
@@ -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