diff options
author | ats <ats@FreeBSD.org> | 1994-12-11 22:08:10 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-11 22:08:10 +0000 |
commit | d257edec12a240a5f2724f2f74027c4a01f9d5f0 (patch) | |
tree | 2dfac9525efcd845356be4a9da6382af121fc945 /lib | |
parent | 45fe4d648a876e61cfacf658b03c6ea759660d6d (diff) | |
download | FreeBSD-src-d257edec12a240a5f2724f2f74027c4a01f9d5f0.zip FreeBSD-src-d257edec12a240a5f2724f2f74027c4a01f9d5f0.tar.gz |
Comment out the man page of rstat.1 from Makefile.inc. There is no rstat
command available yet.
Changed an entry in getprcent.3 from rpcinfo(8C) to rpcinfo(8).
Changed an entry in getrpcport.3 from 3R to 3.
Changed two entries in rpc.3 from 3N to 3.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/rpc/getrpcent.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/getrpcport.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc.3 | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index 2f9394f..1854c0d 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -16,7 +16,7 @@ SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \ # Paul. # -MAN1+= rpc/rstat.1 +# MAN1+= rpc/rstat.1 MAN3+= rpc/bindresvport.3 rpc/getrpcent.3 rpc/getrpcport.3 rpc/rpc.3 MAN5+= rpc/rpc.5 MAN8+= rpc/rstat_svc.8 diff --git a/lib/libc/rpc/getrpcent.3 b/lib/libc/rpc/getrpcent.3 index f500c01..edf64e4 100644 --- a/lib/libc/rpc/getrpcent.3 +++ b/lib/libc/rpc/getrpcent.3 @@ -92,7 +92,7 @@ program number is found, or until end-of-file is encountered. .PD .SH "SEE ALSO" .BR rpc (5), -.BR rpcinfo (8C), +.BR rpcinfo (8), .BR ypserv (8) .SH DIAGNOSTICS .LP diff --git a/lib/libc/rpc/getrpcport.3 b/lib/libc/rpc/getrpcport.3 index 0323d34..01e7502 100644 --- a/lib/libc/rpc/getrpcport.3 +++ b/lib/libc/rpc/getrpcport.3 @@ -1,5 +1,5 @@ .\" @(#)getrpcport.3r 2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI -.TH GETRPCPORT 3R "6 October 1987" +.TH GETRPCPORT 3 "6 October 1987" .SH NAME getrpcport \- get RPC port number .SH SYNOPSIS diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index b5a2b92..507036b 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,5 +1,5 @@ .\" @(#)rpc.3n 2.4 88/08/08 4.0 RPCSRC; from 1.19 88/06/24 SMI -.TH RPC 3N "16 February 1988" +.TH RPC 3 "16 February 1988" .SH NAME rpc \- library routines for remote procedure calls .SH SYNOPSIS AND DESCRIPTION @@ -1710,7 +1710,7 @@ This routine modifies the global variable Service implementors usually do not need this routine. .SH SEE ALSO .BR rpc_secure (3N), -.BR xdr (3N) +.BR xdr (3) .br The following manuals: .RS |