summaryrefslogtreecommitdiff
path: root/lib/libc/net
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-04-18 22:04:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-04-18 22:04:55 +0000
commitd8d57e21b61c84355734ea89dab645e9d53cbcc4 (patch)
tree5a04799a54a46340d06a3e28bf83a3694f77a718 /lib/libc/net
parent9979ebbdf2ea84d98abb8852cdc837bc616f5f34 (diff)
remove references to rshd;
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/rcmd.314
-rw-r--r--lib/libc/net/rcmdsh.37
2 files changed, 6 insertions, 15 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
diff --git a/lib/libc/net/rcmdsh.3 b/lib/libc/net/rcmdsh.3
index c84a2e4d93c..787f9863c22 100644
--- a/lib/libc/net/rcmdsh.3
+++ b/lib/libc/net/rcmdsh.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rcmdsh.3,v 1.14 2013/06/05 03:39:23 tedu Exp $
+.\" $OpenBSD: rcmdsh.3,v 1.15 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: June 5 2013 $
+.Dd $Mdocdate: April 18 2014 $
.Dt RCMDSH 3
.Os
.Sh NAME
@@ -83,8 +83,7 @@ It returns \-1 on error and prints a diagnostic message on the standard error.
.Sh SEE ALSO
.Xr rsh 1 ,
.Xr socketpair 2 ,
-.Xr rcmd 3 ,
-.Xr rshd 8
+.Xr rcmd 3
.Sh HISTORY
The
.Fn rcmdsh