diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/rcmd.3 | 3 | ||||
-rw-r--r-- | lib/libc/rpc/bindresvport.3 | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index 5f6ff984591..a010b648187 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmd.3,v 1.14 1999/12/16 21:30:34 deraadt Exp $ +.\" $OpenBSD: rcmd.3,v 1.15 1999/12/30 20:50:13 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -37,6 +37,7 @@ .Sh NAME .Nm rcmd , .Nm rresvport , +.Nm rresvport_af , .Nm iruserok , .Nm ruserok .Nd routines for returning a stream to a remote command diff --git a/lib/libc/rpc/bindresvport.3 b/lib/libc/rpc/bindresvport.3 index 39e23eb911a..6fa38f7e6d9 100644 --- a/lib/libc/rpc/bindresvport.3 +++ b/lib/libc/rpc/bindresvport.3 @@ -1,10 +1,11 @@ -.\" $OpenBSD: bindresvport.3,v 1.12 1999/12/16 21:30:35 deraadt Exp $ +.\" $OpenBSD: bindresvport.3,v 1.13 1999/12/30 20:50:13 deraadt Exp $ .\" .Dd August 9, 1997 .Dt BINDRESVPORT 3 .Os .Sh NAME -.Nm bindresvport +.Nm bindresvport , +.Nm bindresvport_af .Nd bind a socket to a privileged IP port .Sh SYNOPSIS .Fd #include <sys/types.h> |