Print this page
4329 rpcgen(1): Four output files are generated by default

@@ -2,11 +2,11 @@
 .\" Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved
 .\" Copyright 1989 AT&T
 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
 .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH RPCGEN 1 "Aug 24, 2009"
+.TH RPCGEN 1 "Dec 16, 2013"
 .SH NAME
 rpcgen \- an RPC protocol compiler
 .SH SYNOPSIS
 .LP
 .nf

@@ -43,11 +43,11 @@
 \fBRPC\fR protocol. The input to \fBrpcgen\fR is a language similar to C known
 as \fBRPC\fR Language (Remote Procedure Call Language).
 .sp
 .LP
 The \fBrpcgen\fR utility is normally used as in the first synopsis where it
-takes an input file and generates three output files. If the \fIinfile\fR is
+takes an input file and generates four output files. If the \fIinfile\fR is
 named \fBproto.x\fR, then \fBrpcgen\fR generates a header in \fBproto.h\fR,
 \fBXDR\fR routines in \fBproto_xdr.c\fR, server-side stubs in
 \fBproto_svc.c\fR, and client-side stubs in \fBproto_clnt.c\fR. With the
 \fB-T\fR option, it also generates the \fBRPC\fR dispatch table in
 \fBproto_tbl.i\fR.