summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-30 20:50:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-30 20:50:14 +0000
commitfc814e77d3e1484aae42e0f2999af5a02aa5d4e4 (patch)
tree164cd3e12959381b21917391a303c85ac2d34c4f /lib/libc
parent66091ea9547c313a9c781818c7693f4ed9fb3386 (diff)
add the _af versions to the NAME chunk
Diffstat (limited to 'lib/libc')
-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 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>