diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-01-17 21:29:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-01-17 21:29:16 +0000 |
commit | 7418e02c7d1cd4144ba43c72ea8c342e3f0fa2a9 (patch) | |
tree | b59d2d5ee24e09a7a964a90231756a280f4b3e42 /usr.bin/rpcgen | |
parent | 451e13e2152f6150f2887728eba210ceeedab951 (diff) |
remove uesless Pp;
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r-- | usr.bin/rpcgen/rpcgen.1 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index daad9a01be0..8a68c54c78a 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: rpcgen.1,v 1.14 2010/09/19 21:30:05 jmc Exp $ +.\" $OpenBSD: rpcgen.1,v 1.15 2013/01/17 21:29:15 jmc Exp $ .\" $NetBSD: rpcgen.1,v 1.5.2.1 1995/12/05 02:51:02 jtc Exp $ .\" from: @(#)rpcgen.new.1 1.1 90/11/09 TIRPC 1.0; from 40.10 of 10/10/89 .\" Copyright (c) 1988,1990 Sun Microsystems, Inc. - All Rights Reserved. -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: January 17 2013 $ .Dt RPCGEN 1 .Os .Sh NAME @@ -362,7 +362,6 @@ and are global and can be used with the other options. .Sh EXAMPLES The command -.Pp .Bd -literal -offset indent $ rpcgen -T prot.x .Ed @@ -377,7 +376,6 @@ and .Pp The following example sends the C data-definitions (header file) to standard output: -.Pp .Bd -literal -offset indent $ rpcgen -h prot.x .Ed @@ -388,7 +386,6 @@ server side stubs for all the transport belonging to the class .Em datagram_n to standard output, use: -.Pp .Bd -literal -offset indent $ rpcgen -s datagram_n -DTEST prot.x .Ed @@ -397,7 +394,6 @@ To create the server side stubs for the transport indicated by .Em netid .Em tcp , use: -.Pp .Bd -literal -offset indent $ rpcgen -n tcp -o prot_svc.c prot.x .Ed |