From 3573df98f171c839569a10a5d1525ed0a9363efc Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Thu, 27 Oct 1994 16:33:49 +0000 Subject: [PATCH] >Description: While trying to figure out why rlogind wasn't working right for root, I noticed that man wouldn't come back with a man page for iruserok, but it would for ruserok. Checking the lib/net directory's Makefile.inc file shows that the link to the rcmd man page just isn't getting created. >How-To-Repeat: Do a 'man iruserok' and notihing will come back, where a 'man ruserok' will. Submitted by: Brian Moore Obtained from: NetBSD-bugs mailing list --- lib/libc/net/Makefile.inc | 2 +- lib/libc/net/rcmd.3 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 60705306728..3f8381f5681 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -35,7 +35,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_lnaof.3 \ inet.3 inet_ntoa.3 inet.3 network.3 inet.3 ntoa.3 inet.3 inet_aton.3 MLINKS+=linkaddr.3 linkntoa.3 MLINKS+=ns.3 ns_addr.3 ns.3 ns_ntoa.3 -MLINKS+=rcmd.3 rresvport.3 rcmd.3 ruserok.3 +MLINKS+=rcmd.3 rresvport.3 rcmd.3 iruserok.3 rcmd.3 ruserok.3 MLINKS+=resolver.3 dn_comp.3 resolver.3 dn_expand.3 resolver.3 res_init.3 \ resolver.3 res_mkquery.3 resolver.3 res_send.3 resolver.3 res_query.3 \ resolver.3 res_search.3 diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index 014ef981e47..641ed7f75b3 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -37,6 +37,7 @@ .Sh NAME .Nm rcmd , .Nm rresvport , +.Nm iruserok , .Nm ruserok .Nd routines for returning a stream to a remote command .Sh SYNOPSIS