summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-04 01:08:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-02-04 01:08:32 +0000
commitc07709b98baee405230d5aaf95c14b80d402cd2b (patch)
tree008fd2913b4d1b50612ab8fd0ed2d2511f68632b /lib/libc/rpc
parentda13caa592e7ed2d7f3cabeabb5ee866dc8f5ec5 (diff)
correct clnt_control() args; alex@freebsd
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/rpc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index 49812b8308b..a61be0d8460 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.3,v 1.13 1998/12/30 22:18:46 deraadt Exp $
+.\" $OpenBSD: rpc.3,v 1.14 1999/02/04 01:08:31 deraadt Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.Dd February 16, 1988
@@ -76,7 +76,7 @@
.Ft CLIENT *
.Fn clnt_create "char *host" "u_long prog" "u_long vers" "char *proto"
.Ft bool_t
-.Fn clnt_control "CLIENT *cl" "char *info"
+.Fn clnt_control "CLIENT *cl" "int req" "char *info"
.Ft int
.Fn clnt_freeres "CLIENT *clnt" "xdrproc_t outproc" "char *out"
.Ft void