diff options
author | mikeh <mikeh@FreeBSD.org> | 2001-06-18 00:45:31 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2001-06-18 00:45:31 +0000 |
commit | 98c48a5fa1ca5e8b5ae3c0666ee551fa1d7a7135 (patch) | |
tree | 3d379c63f401b11a5a5e66679c1744c41d14622d /lib | |
parent | c24cb000aaa5bbdd7e7f432f0e5b4b9b6630341b (diff) | |
download | FreeBSD-src-98c48a5fa1ca5e8b5ae3c0666ee551fa1d7a7135.zip FreeBSD-src-98c48a5fa1ca5e8b5ae3c0666ee551fa1d7a7135.tar.gz |
Fix typo: clnt_destroy() only takes one arg.
MFC after: 2 weeks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/rpc_clnt_create.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc_clnt_create.3 b/lib/libc/rpc/rpc_clnt_create.3 index e13ac5b..26b83a0 100644 --- a/lib/libc/rpc/rpc_clnt_create.3 +++ b/lib/libc/rpc/rpc_clnt_create.3 @@ -35,7 +35,7 @@ handles .Ft "CLIENT *" .Fn clnt_create_vers "const char * host" "const rpcprog_t prognum" "rpcvers_t *vers_outp" "const rpcvers_t vers_low" "const rpcvers_t vers_high" "char *nettype" .Ft void -.Fn clnt_destroy "CLIENT *" "clnt" +.Fn clnt_destroy "CLIENT *clnt" .Ft "CLIENT *" .Fn clnt_dg_create "const int fildes" "const struct netbuf *svcaddr" "const rpcprog_t prognum" "const rpcvers_t versnum" "const u_int sendsz" "const u_int recvsz" .Ft void |