summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpcgen.1
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-09-02 10:23:26 +0000
committerstefanf <stefanf@FreeBSD.org>2005-09-02 10:23:26 +0000
commit7f349d21e6a2f92acb0beed99204e30a26e35e64 (patch)
tree935ccadf9c363af64ca310634296f0bcc87e2ec4 /usr.bin/rpcgen/rpcgen.1
parent5dd28816ce436b2a7304f22330375bd4844cb769 (diff)
downloadFreeBSD-src-7f349d21e6a2f92acb0beed99204e30a26e35e64.zip
FreeBSD-src-7f349d21e6a2f92acb0beed99204e30a26e35e64.tar.gz
Don't generate K&R C code. The -C flag is kept for backwards compatibility.
Also remove the SIG_PF macro, there is no need to cast closedown.
Diffstat (limited to 'usr.bin/rpcgen/rpcgen.1')
-rw-r--r--usr.bin/rpcgen/rpcgen.19
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1
index 0c7139b..3cd78bd 100644
--- a/usr.bin/rpcgen/rpcgen.1
+++ b/usr.bin/rpcgen/rpcgen.1
@@ -2,7 +2,7 @@
.\" $FreeBSD$
.\" Copyright 1985-1993 Sun Microsystems, Inc.
.\"
-.Dd March 28, 1993
+.Dd September 1, 2005
.Dt RPCGEN 1
.Os
.Sh NAME
@@ -258,11 +258,8 @@ Compile into
.Tn XDR
routines.
.It Fl C
-Generate header and stub files which can be used with
-.Tn ANSI
-C compilers.
-Headers generated with this flag can also be
-used with C++ programs.
+Generate ANSI C code.
+This is always done, the flag is only provided for backwards compatibility.
.It Fl D Ns Ar name
.It Fl D Ns Ar name=value
.\".It Fl D Ns Ar name Ns Op Ar =value
OpenPOWER on IntegriCloud