diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-12 00:02:42 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-12 00:02:42 +0000 |
commit | 3ad82b58d696d3c45fce0b0e63be5aacbca13e2f (patch) | |
tree | 84fd0b6beaee2d55acba9c264f40ce1d67202885 /lib | |
parent | ac5a29837b9370d1a1dbc4d4b296b04e03d155f4 (diff) | |
download | FreeBSD-src-3ad82b58d696d3c45fce0b0e63be5aacbca13e2f.zip FreeBSD-src-3ad82b58d696d3c45fce0b0e63be5aacbca13e2f.tar.gz |
Minor cleanup of the rpc man pages to silence manck.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/bindresvport.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/getrpcent.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/rpc.5 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rstat.1 | 8 | ||||
-rw-r--r-- | lib/libc/rpc/rstat_svc.8 | 2 | ||||
-rw-r--r-- | lib/libc/xdr/xdr.3 | 4 |
7 files changed, 12 insertions, 12 deletions
diff --git a/lib/libc/rpc/bindresvport.3 b/lib/libc/rpc/bindresvport.3 index 1fb1f9a..5d16487 100644 --- a/lib/libc/rpc/bindresvport.3 +++ b/lib/libc/rpc/bindresvport.3 @@ -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 diff --git a/lib/libc/rpc/getrpcent.3 b/lib/libc/rpc/getrpcent.3 index edf64e4..2bac189 100644 --- a/lib/libc/rpc/getrpcent.3 +++ b/lib/libc/rpc/getrpcent.3 @@ -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 diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index b4d98d9..3d9d6b2 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -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: diff --git a/lib/libc/rpc/rpc.5 b/lib/libc/rpc/rpc.5 index 324ecb1..794197b 100644 --- a/lib/libc/rpc/rpc.5 +++ b/lib/libc/rpc/rpc.5 @@ -68,4 +68,4 @@ nsemntd 100039 .SH FILES /etc/rpc .SH "SEE ALSO" -getrpcent(3N) +getrpcent(3) diff --git a/lib/libc/rpc/rstat.1 b/lib/libc/rpc/rstat.1 index 52eaa31..03c3a06 100644 --- a/lib/libc/rpc/rstat.1 +++ b/lib/libc/rpc/rstat.1 @@ -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) diff --git a/lib/libc/rpc/rstat_svc.8 b/lib/libc/rpc/rstat_svc.8 index a10b71d..0289153 100644 --- a/lib/libc/rpc/rstat_svc.8 +++ b/lib/libc/rpc/rstat_svc.8 @@ -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 diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3 index b656ea8..ae1ea86 100644 --- a/lib/libc/xdr/xdr.3 +++ b/lib/libc/xdr/xdr.3 @@ -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 |