=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rpcgen/rpcgen.1,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/rpcgen/rpcgen.1 2010/09/19 21:30:05 1.14 +++ src/usr.bin/rpcgen/rpcgen.1 2013/01/17 21:29:15 1.15 @@ -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 @@ 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 @@ .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 @@ 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 @@ .Em netid .Em tcp , use: -.Pp .Bd -literal -offset indent $ rpcgen -n tcp -o prot_svc.c prot.x .Ed