mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
>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 <ziff@houdini.eecs.umich.edu> Obtained from: NetBSD-bugs mailing list
This commit is contained in:
parent
8a3ed3d5c2
commit
3573df98f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3932
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user