Minor cleanup of the rpc man pages to silence manck.

This commit is contained in:
Mike Pritchard 1996-02-12 00:02:42 +00:00
parent 3e6427f35f
commit 5a489ac2b8
8 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
.\" @(#)bindresvport.3n 2.2 88/08/02 4.0 RPCSRC; from 1.7 88/03/14 SMI
.TH BINDRESVPORT 3N "22 november 1987"
.TH BINDRESVPORT 3 "22 november 1987"
.SH NAME
bindresvport \- bind a socket to a privileged IP port
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI
.TH GETRPCENT 3N "14 December 1987"
.TH GETRPCENT 3 "14 December 1987"
.SH NAME
getrpcent, getrpcbyname, getrpcbynumber \- get RPC entry
.SH SYNOPSIS

View File

@ -13,7 +13,7 @@ reply.
Finally, the procedure call returns to the client.
.LP
Routines that are used for Secure RPC (DES authentication) are described in
.BR rpc_secure (3N).
.BR rpc_secure (3).
Secure RPC can be used only if DES encryption is available.
.LP
.ft B
@ -1709,7 +1709,7 @@ This routine modifies the global variable
.BR svc_fds(\|) .
Service implementors usually do not need this routine.
.SH SEE ALSO
.BR rpc_secure (3N),
.BR rpc_secure (3),
.BR xdr (3)
.br
The following manuals:

View File

@ -68,4 +68,4 @@ nsemntd 100039
.SH FILES
/etc/rpc
.SH "SEE ALSO"
getrpcent(3N)
getrpcent(3)

View File

@ -17,7 +17,7 @@ The load average numbers give the number of jobs in the run queue
averaged over 1, 5 and 15 minutes.
.PP
The
.B rstat_svc(8c)
.B rstat_svc(8)
daemon must be running on the remote host for this command to
work.
.B rstat
@ -50,8 +50,8 @@ daemon has terminated on the remote host.
rstat: RPC: Port mapper failure - RPC: Timed out
.IP
The remote host is not running the portmapper (see
.BR portmap(8c) ),
.BR portmap(8) ),
and cannot accommodate any RPC-based services. The host may be down.
.SH "SEE ALSO"
.BR portmap (8c),
.BR rstat_svc (8c)
.BR portmap (8),
.BR rstat_svc (8)

View File

@ -1,5 +1,5 @@
.\" @(#)rstat_svc.8c 2.2 88/08/03 4.0 RPCSRC; from 1.10 87/09/09 SMI
.TH RSTAT_SVC 8C "24 November 1987"
.TH RSTAT_SVC 8 "24 November 1987"
.SH NAME
rstat_svc \- kernel statistics server
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" @(#)xdr.3n 2.2 88/08/03 4.0 RPCSRC; from 1.16 88/03/14 SMI
.TH XDR 3N "16 February 1988"
.TH XDR 3 "16 February 1988"
.SH NAME
xdr \- library routines for external data representation
.SH SYNOPSIS AND DESCRIPTION
@ -808,7 +808,7 @@ routines as parameters, and
one of the most frequently used primitives, requires three.
Returns one if it succeeds, zero otherwise.
.SH SEE ALSO
.BR rpc (3N)
.BR rpc (3)
.LP
The following manuals:
.RS

View File

@ -539,11 +539,11 @@ use:
.B example% rpcgen \-n tcp \-o prot_svc.c prot.x
.RE
.SH "SEE ALSO"
.BR cc (1B),
.BR cc (1),
.BR inetd (8),
.BR syslog (3),
.BR rpc (3N),
.\" .BR rpc_svc_calls (3N)
.BR rpc (3),
.\" .BR rpc_svc_calls (3)
.LP
The
.B rpcgen