From 6e83fbce8655c2c333a6dcba6db82650d981343a Mon Sep 17 00:00:00 2001 From: mpp Date: Fri, 2 Feb 1996 00:26:12 +0000 Subject: Correct some manual page cross reference errors. E.g. su is a section one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one. --- usr.bin/rpcgen/rpcgen.1 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'usr.bin/rpcgen') diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index cb81c98..9e8991c 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -144,7 +144,7 @@ is \f3proto.x\f1, then the client side sample file is written to and the sample makefile to \f3makefile.proto\f1. .LP The server created can be started both by the port monitors -(for example, \f3inetd\f1 or \f3listen\f1) +(for example, \f3inetd\f1) or by itself. When it is started by a port monitor, it creates servers only for the transport for which @@ -326,7 +326,7 @@ a non-zero value explicitly to override this default. .TP \f3\-I\f1 Compile support for -.BR inetd (1M) +.BR inetd (8) in the server side stubs. Such servers can be self-started or can be started by \f3inetd\f1. When the server is self-started, it backgrounds itself by default. @@ -363,8 +363,7 @@ To create a server that never exits, the appropriate argument is \f3\-K \-1\fP. .IP When monitoring for a server, -some portmonitors, like -.BR listen (1M), +some portmonitors .I 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 @@ -541,8 +540,7 @@ use: .RE .SH "SEE ALSO" .BR cc (1B), -.BR inetd (1M), -.BR listen (1M), +.BR inetd (8), .BR syslog (3), .BR rpc (3N), .\" .BR rpc_svc_calls (3N) -- cgit v1.1