From: ceriel Date: Tue, 19 Dec 1989 11:12:17 +0000 (+0000) Subject: name is cpp.ansi X-Git-Tag: release-5-5~1983 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bff577eed41c14aaf6d8fd90b61fa6591b64d267;p=ack.git name is cpp.ansi --- diff --git a/lang/cem/cpp.ansi/Makefile b/lang/cem/cpp.ansi/Makefile index 723731db5..ed8de7b5a 100644 --- a/lang/cem/cpp.ansi/Makefile +++ b/lang/cem/cpp.ansi/Makefile @@ -19,7 +19,7 @@ LIBS = $(PRTLIB) $(STRLIB) $(ALLOCLIB) $(MALLOC) $(ASSERTLIB) $(SYSLIB) LIB_INCLUDES = -I$(MODULES)/h -I$(MODULES)/pkg # Where to install the preprocessor -CEMPP = $(BIN)/ncpp +CEMPP = $(BIN)/cpp.ansi TABGEN = $(EMHOME)/bin/tabgen @@ -120,12 +120,12 @@ cfiles: hfiles LLfiles $(GSRC) $(GSTRSRC) install: all rm -f $(CEMPP) cp ncpp $(CEMPP) - rm -f $(MANDIR)/ncpp.6 - cp ncpp.6 $(MANDIR)/ncpp.6 + rm -f $(MANDIR)/cpp.ansi.6 + cp ncpp.6 $(MANDIR)/cpp.ansi.6 cmp: all -cmp ncpp $(CEMPP) - -cmp ncpp.6 $(MANDIR)/ncpp.6 + -cmp ncpp.6 $(MANDIR)/cpp.ansi.6 pr: @pr $(PRFILES) diff --git a/lang/cem/cpp.ansi/ncpp.6 b/lang/cem/cpp.ansi/ncpp.6 index d72f72693..ce64aebcc 100644 --- a/lang/cem/cpp.ansi/ncpp.6 +++ b/lang/cem/cpp.ansi/ncpp.6 @@ -1,11 +1,11 @@ -.TH NCPP 6ACK +.TH CPP.ANSI 6ACK .ad .SH NAME -ncpp \- New C Pre-Processor +cpp.ansi \- ANSI C Pre-Processor .SH SYNOPSIS -ncpp [\-options] [ file ] +cpp.ansi [\-options] [ file ] .SH DESCRIPTION -.I Ncpp +.I Cpp.ansi reads a file, expands macros and include files, and writes an input file for the C compiler. All output is to standard output. @@ -69,6 +69,3 @@ L. Rosler, Draft Proposed Standard - Programming Language C, .R ANSI X3J11 Language Subcommittee -.SH AUTHOR -Leendert van Doorn -