diff options
| author | Mike Heffner <mikeh@FreeBSD.org> | 2001-06-18 00:45:31 +0000 |
|---|---|---|
| committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-06-18 00:45:31 +0000 |
| commit | 224e22e6c6bb7c1cbbde7b33b4306ed959acfb0e (patch) | |
| tree | 3d379c63f401b11a5a5e66679c1744c41d14622d /lib/libc | |
| parent | 74ffd13814eb9a0fcf68317a7b0827b1535f42b3 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 e13ac5b86427..26b83a0f9946 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 |
