summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/rcmd.3
diff options
context:
space:
mode:
authorjmc <>2014-04-18 22:04:54 +0000
committerjmc <>2014-04-18 22:04:54 +0000
commit3e5241766622d5c10f810ea0b999805f06c70c7f (patch)
tree8bdb8a4c0dda195aab3bea9941d2caf73d20db2e /src/lib/libc/net/rcmd.3
parent936831070ff8a2e075547633aeb6b0d2067ab36d (diff)
downloadopenbsd-3e5241766622d5c10f810ea0b999805f06c70c7f.tar.gz
openbsd-3e5241766622d5c10f810ea0b999805f06c70c7f.tar.bz2
openbsd-3e5241766622d5c10f810ea0b999805f06c70c7f.zip
remove references to rshd;
Diffstat (limited to 'src/lib/libc/net/rcmd.3')
-rw-r--r--src/lib/libc/net/rcmd.314
1 files changed, 3 insertions, 11 deletions
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3
index 447aa23ff1..a17872a9b9 100644
--- a/src/lib/libc/net/rcmd.3
+++ b/src/lib/libc/net/rcmd.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: rcmd.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $ 1.\" $OpenBSD: rcmd.3,v 1.30 2014/04/18 22:04:54 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28.\" SUCH DAMAGE. 28.\" SUCH DAMAGE.
29.\" 29.\"
30.Dd $Mdocdate: January 21 2014 $ 30.Dd $Mdocdate: April 18 2014 $
31.Dt RCMD 3 31.Dt RCMD 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -96,10 +96,6 @@ and
96functions are used by servers 96functions are used by servers
97to authenticate clients requesting service with 97to authenticate clients requesting service with
98.Fn rcmd . 98.Fn rcmd .
99All four functions are present in the same file and are used
100by the
101.Xr rshd 8
102server (among others).
103.Fn iruserok_sa 99.Fn iruserok_sa
104is an address family independent variant of 100is an address family independent variant of
105.Fn iruserok . 101.Fn iruserok .
@@ -159,9 +155,6 @@ interpretation of
159.Fa *ahost 155.Fa *ahost
160will obey the underlying address resolution like DNS. 156will obey the underlying address resolution like DNS.
161.Pp 157.Pp
162The protocol is described in detail in
163.Xr rshd 8 .
164.Pp
165The 158The
166.Fn rresvport 159.Fn rresvport
167and 160and
@@ -258,8 +251,7 @@ is overloaded to mean
258.Xr intro 2 , 251.Xr intro 2 ,
259.Xr bindresvport 3 , 252.Xr bindresvport 3 ,
260.Xr bindresvport_sa 3 , 253.Xr bindresvport_sa 3 ,
261.Xr rcmdsh 3 , 254.Xr rcmdsh 3
262.Xr rshd 8
263.Sh HISTORY 255.Sh HISTORY
264These 256These
265functions appeared in 257functions appeared in