From 7418e02c7d1cd4144ba43c72ea8c342e3f0fa2a9 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 17 Jan 2013 21:29:16 +0000 Subject: remove uesless Pp; --- usr.bin/rpcgen/rpcgen.1 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'usr.bin/rpcgen') 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 -- cgit v1.2.3