summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-09-29 18:25:47 +0000
committerderaadt <deraadt@openbsd.org>1997-09-29 18:25:47 +0000
commit3bd1bbdff8137d049a5ff53f898d58cf95d169f2 (patch)
treeb852279c3316010055a36c3e309a9eed93b929b3
parentmidway update: (diff)
downloadwireguard-openbsd-3bd1bbdff8137d049a5ff53f898d58cf95d169f2.tar.xz
wireguard-openbsd-3bd1bbdff8137d049a5ff53f898d58cf95d169f2.zip
Xr bindresvport and rresvport
-rw-r--r--lib/libc/net/rcmd.33
-rw-r--r--lib/libc/rpc/bindresvport.35
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3
index 0e6699d8c53..e69e8228340 100644
--- a/lib/libc/net/rcmd.3
+++ b/lib/libc/net/rcmd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rcmd.3,v 1.9 1997/07/15 16:31:00 deraadt Exp $
+.\" $OpenBSD: rcmd.3,v 1.10 1997/09/29 18:25:47 deraadt Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -219,6 +219,7 @@ is overloaded to mean ``All network ports in use.''
.Xr rcmdsh 3 ,
.Xr rexecd 8 ,
.Xr rlogind 8 ,
+.Xr bindresvport 3 ,
.Xr rshd 8
.Sh HISTORY
These
diff --git a/lib/libc/rpc/bindresvport.3 b/lib/libc/rpc/bindresvport.3
index 9f71137e08b..85b65b3b007 100644
--- a/lib/libc/rpc/bindresvport.3
+++ b/lib/libc/rpc/bindresvport.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bindresvport.3,v 1.8 1997/08/10 04:43:18 millert Exp $
+.\" $OpenBSD: bindresvport.3,v 1.9 1997/09/29 18:25:51 deraadt Exp $
.\"
.Dd August 9, 1997
.Dt BINDRESVPORT 3
@@ -66,4 +66,5 @@ system or no implementation for it exists.
.El
.Sh SEE ALSO
.Xr bind 2 ,
-.Xr socket 2
+.Xr socket 2 ,
+.Xr rresvport 3