summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/rcmd.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/rcmd.3')
-rw-r--r--src/lib/libc/net/rcmd.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3
index 3bba0bc73d..b2a5cdea9b 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.33 2016/05/23 00:12:58 guenther Exp $ 1.\" $OpenBSD: rcmd.3,v 1.34 2016/05/28 15:48:30 millert 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: May 23 2016 $ 30.Dd $Mdocdate: May 28 2016 $
31.Dt RCMD 3 31.Dt RCMD 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -94,10 +94,10 @@ The
94function looks up the host 94function looks up the host
95.Fa *ahost 95.Fa *ahost
96using 96using
97.Xr gethostbyname 3 97.Xr getaddrinfo 3
98and, if the host exists, 98and, if the host exists,
99.Fa *ahost 99.Fa *ahost
100is set to the standard name of the host. 100is set to the canonical name of the host.
101A connection is then established to a server 101A connection is then established to a server
102residing at the well-known Internet port 102residing at the well-known Internet port
103.Fa inport . 103.Fa inport .
@@ -188,7 +188,7 @@ file; otherwise
188.Fn ruserok 188.Fn ruserok
189returns \-1. 189returns \-1.
190If the local domain (as obtained from 190If the local domain (as obtained from
191.Xr gethostname 3 ) 191.Xr getaddrinfo 3 )
192is the same as the remote domain, only the machine name need be specified. 192is the same as the remote domain, only the machine name need be specified.
193.Pp 193.Pp
194.Fn ruserok 194.Fn ruserok