diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-04-18 22:04:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-04-18 22:04:55 +0000 |
commit | d8d57e21b61c84355734ea89dab645e9d53cbcc4 (patch) | |
tree | 5a04799a54a46340d06a3e28bf83a3694f77a718 /lib/libc/net/rcmd.3 | |
parent | 9979ebbdf2ea84d98abb8852cdc837bc616f5f34 (diff) |
remove references to rshd;
Diffstat (limited to 'lib/libc/net/rcmd.3')
-rw-r--r-- | lib/libc/net/rcmd.3 | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index 447aa23ff16..a17872a9b98 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmd.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: rcmd.3,v 1.30 2014/04/18 22:04:54 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: April 18 2014 $ .Dt RCMD 3 .Os .Sh NAME @@ -96,10 +96,6 @@ and functions are used by servers to authenticate clients requesting service with .Fn rcmd . -All four functions are present in the same file and are used -by the -.Xr rshd 8 -server (among others). .Fn iruserok_sa is an address family independent variant of .Fn iruserok . @@ -159,9 +155,6 @@ interpretation of .Fa *ahost will obey the underlying address resolution like DNS. .Pp -The protocol is described in detail in -.Xr rshd 8 . -.Pp The .Fn rresvport and @@ -258,8 +251,7 @@ is overloaded to mean .Xr intro 2 , .Xr bindresvport 3 , .Xr bindresvport_sa 3 , -.Xr rcmdsh 3 , -.Xr rshd 8 +.Xr rcmdsh 3 .Sh HISTORY These functions appeared in |