diff options
author | Shruti Sampat <shruti.v.sampat@gmail.com> | 2013-12-19 21:44:03 +0530 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-12-22 08:39:43 -0800 |
commit | ccd474f122dd51a3bf879b14fe94fa703510a6e3 (patch) | |
tree | db63571f92f4d3aa6e307b7a15dabeb293697325 | |
parent | baca903af881b9bbe1d691b85c5d3cfbc3e4b6a5 (diff) | |
download | illumos-joyent-ccd474f122dd51a3bf879b14fe94fa703510a6e3.tar.gz |
4329 rpcgen(1): Four output files are generated by default
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/man/man1/rpcgen.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man1/rpcgen.1 b/usr/src/man/man1/rpcgen.1 index 592d837964..f3646b56f9 100644 --- a/usr/src/man/man1/rpcgen.1 +++ b/usr/src/man/man1/rpcgen.1 @@ -4,7 +4,7 @@ .\" 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 @@ -45,7 +45,7 @@ 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 |