diff options
author | jmc <> | 2014-04-18 22:04:54 +0000 |
---|---|---|
committer | jmc <> | 2014-04-18 22:04:54 +0000 |
commit | 3e5241766622d5c10f810ea0b999805f06c70c7f (patch) | |
tree | 8bdb8a4c0dda195aab3bea9941d2caf73d20db2e | |
parent | 936831070ff8a2e075547633aeb6b0d2067ab36d (diff) | |
download | openbsd-3e5241766622d5c10f810ea0b999805f06c70c7f.tar.gz openbsd-3e5241766622d5c10f810ea0b999805f06c70c7f.tar.bz2 openbsd-3e5241766622d5c10f810ea0b999805f06c70c7f.zip |
remove references to rshd;
-rw-r--r-- | src/lib/libc/net/rcmd.3 | 14 | ||||
-rw-r--r-- | src/lib/libc/net/rcmdsh.3 | 7 |
2 files changed, 6 insertions, 15 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 | |||
96 | functions are used by servers | 96 | functions are used by servers |
97 | to authenticate clients requesting service with | 97 | to authenticate clients requesting service with |
98 | .Fn rcmd . | 98 | .Fn rcmd . |
99 | All four functions are present in the same file and are used | ||
100 | by the | ||
101 | .Xr rshd 8 | ||
102 | server (among others). | ||
103 | .Fn iruserok_sa | 99 | .Fn iruserok_sa |
104 | is an address family independent variant of | 100 | is an address family independent variant of |
105 | .Fn iruserok . | 101 | .Fn iruserok . |
@@ -159,9 +155,6 @@ interpretation of | |||
159 | .Fa *ahost | 155 | .Fa *ahost |
160 | will obey the underlying address resolution like DNS. | 156 | will obey the underlying address resolution like DNS. |
161 | .Pp | 157 | .Pp |
162 | The protocol is described in detail in | ||
163 | .Xr rshd 8 . | ||
164 | .Pp | ||
165 | The | 158 | The |
166 | .Fn rresvport | 159 | .Fn rresvport |
167 | and | 160 | and |
@@ -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 |
264 | These | 256 | These |
265 | functions appeared in | 257 | functions appeared in |
diff --git a/src/lib/libc/net/rcmdsh.3 b/src/lib/libc/net/rcmdsh.3 index c84a2e4d93..787f9863c2 100644 --- a/src/lib/libc/net/rcmdsh.3 +++ b/src/lib/libc/net/rcmdsh.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: rcmdsh.3,v 1.14 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: rcmdsh.3,v 1.15 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: June 5 2013 $ | 30 | .Dd $Mdocdate: April 18 2014 $ |
31 | .Dt RCMDSH 3 | 31 | .Dt RCMDSH 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -83,8 +83,7 @@ It returns \-1 on error and prints a diagnostic message on the standard error. | |||
83 | .Sh SEE ALSO | 83 | .Sh SEE ALSO |
84 | .Xr rsh 1 , | 84 | .Xr rsh 1 , |
85 | .Xr socketpair 2 , | 85 | .Xr socketpair 2 , |
86 | .Xr rcmd 3 , | 86 | .Xr rcmd 3 |
87 | .Xr rshd 8 | ||
88 | .Sh HISTORY | 87 | .Sh HISTORY |
89 | The | 88 | The |
90 | .Fn rcmdsh | 89 | .Fn rcmdsh |