diff options
| author | deraadt <deraadt@NetBSD.org> | 1994-11-02 09:07:33 +0000 |
|---|---|---|
| committer | deraadt <deraadt@NetBSD.org> | 1994-11-02 09:07:33 +0000 |
| commit | a7f0085a3606e60b690dba51fba250b3b5d7a6a2 (patch) | |
| tree | 25db5038e7ae0ac84863743835dd5d1da276526e /gnu/usr.bin/gcc2/cpp/cpp.1 | |
| parent | 41614869d6ccbd8c02157199bfa2e4f2e3c70842 (diff) | |
we do not install as cccp
Diffstat (limited to 'gnu/usr.bin/gcc2/cpp/cpp.1')
| -rw-r--r-- | gnu/usr.bin/gcc2/cpp/cpp.1 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gnu/usr.bin/gcc2/cpp/cpp.1 b/gnu/usr.bin/gcc2/cpp/cpp.1 index a2d0b32ba9f..7583190922d 100644 --- a/gnu/usr.bin/gcc2/cpp/cpp.1 +++ b/gnu/usr.bin/gcc2/cpp/cpp.1 @@ -1,16 +1,16 @@ .\" Copyright (c) 1991, 1992, 1993 Free Software Foundation -*- nroff -*- .\" See section COPYING for conditions for redistribution .\" -.\" $Id: cpp.1,v 1.2 1993/08/02 17:36:37 mycroft Exp $ +.\" $Id: cpp.1,v 1.3 1994/11/02 09:07:33 deraadt Exp $ .\" .TH cpp 1 "30apr1993" "GNU Tools" "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 ccp .RB "[\|" \-$ "\|]" .RB "[\|" \-A \c .I predicate\c @@ -142,13 +142,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 |
