summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2012-03-04 17:42:33 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2012-03-04 17:42:33 +0000
commite44502272a70f657b5704f822f52dd2c90dc7eba (patch)
tree1e7ba7a54667cb9fc761262c4b3c07f1a221b96b /lib/libc/rpc
parent5d0aa03a633e8df8df1d78b9213b066b6d400d4e (diff)
Drop the rpcauth(3) MLINK, there is no function of that name.
Joint work with and OK haesbaert@ jmc@
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/Makefile.inc15
-rw-r--r--lib/libc/rpc/authnone_create.3 (renamed from lib/libc/rpc/rpcauth.3)7
-rw-r--r--lib/libc/rpc/rpc.36
3 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc
index 2d6967102ba..8cccdc4f364 100644
--- a/lib/libc/rpc/Makefile.inc
+++ b/lib/libc/rpc/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.15 2009/06/02 14:11:39 schwarze Exp $
+# $OpenBSD: Makefile.inc,v 1.16 2012/03/04 17:42:32 schwarze Exp $
# librpc sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE}/rpc ${LIBCSRCDIR}/rpc
@@ -12,17 +12,16 @@ SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
svc_tcp.c svc_udp.c xdr.c xdr_array.c xdr_float.c xdr_mem.c \
xdr_rec.c xdr_reference.c xdr_stdio.c
-MAN+= bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3 rpcauth.3
-MLINKS+= bindresvport.3 bindresvport_sa.3 \
+MAN+= authnone_create.3 bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3
+MLINKS+= authnone_create.3 auth_destroy.3 \
+ authnone_create.3 authunix_create.3 \
+ authnone_create.3 authunix_create_default.3 \
+ authnone_create.3 set_rpc_maxgrouplist.3 \
+ bindresvport.3 bindresvport_sa.3 \
getrpcent.3 getrpcbyname.3 \
getrpcent.3 getrpcbynumber.3 \
getrpcent.3 endrpcent.3 \
getrpcent.3 setrpcent.3 \
- rpcauth.3 auth_destroy.3 \
- rpcauth.3 authnone_create.3 \
- rpcauth.3 authunix_create.3 \
- rpcauth.3 authunix_create_default.3 \
- rpcauth.3 set_rpc_maxgrouplist.3 \
rpc.3 callrpc.3 \
rpc.3 clnt_broadcast.3 \
rpc.3 clnt_call.3 \
diff --git a/lib/libc/rpc/rpcauth.3 b/lib/libc/rpc/authnone_create.3
index 646b09f642f..b63d1ba45cb 100644
--- a/lib/libc/rpc/rpcauth.3
+++ b/lib/libc/rpc/authnone_create.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpcauth.3,v 1.16 2012/02/26 19:15:20 haesbaert Exp $
+.\" $OpenBSD: authnone_create.3,v 1.1 2012/03/04 17:42:32 schwarze Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.\" Copyright (c) 2010, Oracle America, Inc.
@@ -30,14 +30,15 @@
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 26 2012 $
+.Dd $Mdocdate: March 4 2012 $
.Dt AUTHNONE_CREATE 3
.Os
.Sh NAME
.Nm auth_destroy ,
.Nm authnone_create ,
.Nm authunix_create ,
-.Nm authunix_create_default
+.Nm authunix_create_default ,
+.Nm set_rpc_maxgrouplist
.Nd library routines for remote procedure calls
.Sh SYNOPSIS
.Fd #include <rpc/rpc.h>
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index 4053fc7c504..c5743e991b6 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.3,v 1.43 2010/10/29 12:43:09 jmc Exp $
+.\" $OpenBSD: rpc.3,v 1.44 2012/03/04 17:42:32 schwarze Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
.\" All rights reserved.
@@ -52,7 +52,7 @@
.\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
.\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 29 2010 $
+.Dd $Mdocdate: March 4 2012 $
.Dt RPC 3
.Os
.Sh NAME
@@ -1211,9 +1211,9 @@ Service implementors usually do not need this routine.
.Xr rpcgen 1 ,
.Xr poll 2 ,
.Xr select 2 ,
+.Xr authnone_create 3 ,
.Xr getrpcent 3 ,
.Xr getrpcport 3 ,
-.Xr rpcauth 3 ,
.Xr xdr 3 ,
.Xr rpc 5 ,
.Xr portmap 8