From d257edec12a240a5f2724f2f74027c4a01f9d5f0 Mon Sep 17 00:00:00 2001 From: ats Date: Sun, 11 Dec 1994 22:08:10 +0000 Subject: 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. --- lib/libc/rpc/Makefile.inc | 2 +- lib/libc/rpc/getrpcent.3 | 2 +- lib/libc/rpc/getrpcport.3 | 2 +- lib/libc/rpc/rpc.3 | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.1