summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-01-17 21:29:14 +0000
committerjmc <jmc@openbsd.org>2013-01-17 21:29:14 +0000
commit64d9d867cd91a1ef080c32dd33897382fd15d4b6 (patch)
treea8a93d9f9eaae6f7404e88e91ba33d3ccf4b4279 /usr.bin/rpcgen
parentEnsure the tty hiwat is less than the size of the ring buffer (since (diff)
downloadwireguard-openbsd-64d9d867cd91a1ef080c32dd33897382fd15d4b6.tar.xz
wireguard-openbsd-64d9d867cd91a1ef080c32dd33897382fd15d4b6.zip
remove uesless Pp;
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r--usr.bin/rpcgen/rpcgen.18
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