diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-11 08:11:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-11 08:11:09 +0000 |
commit | 08453f14e02607b180ae0d871d7f8abc405295cc (patch) | |
tree | 5da945314a6d6e6234c1d6830e18a8b676331d72 /usr.bin/rpcgen | |
parent | 657b196855a5210d07f740e439f25f6e7eb5bd46 (diff) |
files with dead .Xr's;
left .Xr, but removed man page number
as suggested by mpech@
more help and ok millert@
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r-- | usr.bin/rpcgen/rpcgen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index 7ccb5e8e542..2ee42edcb03 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpcgen.1,v 1.9 2001/12/05 09:50:31 deraadt Exp $ +.\" $OpenBSD: rpcgen.1,v 1.10 2003/03/11 08:11:08 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. @@ -247,8 +247,8 @@ To create a server that never exits, the appropriate argument is When monitoring for a server, some port monitors, like the .Tn SVR4 -utility -.Xr listen 1 , +.Xr listen +utility, .Em always spawn a new process in response to a service request. If it is known that a server will be used with such a monitor, the |