diff options
Diffstat (limited to 'contrib/gcc/cccp.1')
-rw-r--r-- | contrib/gcc/cccp.1 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/contrib/gcc/cccp.1 b/contrib/gcc/cccp.1 index 8664c61..5aa1f2e 100644 --- a/contrib/gcc/cccp.1 +++ b/contrib/gcc/cccp.1 @@ -1,13 +1,13 @@ .\" Copyright (c) 1991, 1992, 1993 Free Software Foundation \-*-Text-*- .\" See section COPYING for conditions for redistribution -.TH cpp 1 "30apr1993" "GNU Tools" "GNU Tools" +.TH cpp 1 "April 30, 1993" "FreeBSD" "GNU Tools" .SH NAME -cccp, cpp \- The GNU C-Compatible Compiler Preprocessor. +cpp \- The GNU C-Compatible Compiler Preprocessor. .SH SYNOPSIS .hy 0 .na .TP -.B cccp +.B cpp .RB "[\|" \-$ "\|]" .RB "[\|" \-A \c .I predicate\c @@ -143,13 +143,6 @@ Most often when you use the C preprocessor you will not have to invoke it explicitly: the C compiler will do so automatically. However, the preprocessor is sometimes useful individually. -When you call the preprocessor individually, either name -(\c -.B cpp\c -\& or \c -.B cccp\c -\&) will do\(em\&they are completely synonymous. - The C preprocessor expects two file names as arguments, \c .I infile\c \& and |