diff options
author | ru <ru@FreeBSD.org> | 2006-09-17 21:27:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-17 21:27:35 +0000 |
commit | f4eec080604271df405d4d00c6d540a253554b36 (patch) | |
tree | 33cdd5ea6f8c54c893743dfcfb7972839fd7fc23 /lib/libc/rpc | |
parent | b4db035948820187c7026f20ac8c66ab8805fc08 (diff) | |
download | FreeBSD-src-f4eec080604271df405d4d00c6d540a253554b36.zip FreeBSD-src-f4eec080604271df405d4d00c6d540a253554b36.tar.gz |
Markup fixes.
Diffstat (limited to 'lib/libc/rpc')
-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 3008b15..34c90ed 100644 --- a/lib/libc/rpc/rpc_clnt_create.3 +++ b/lib/libc/rpc/rpc_clnt_create.3 @@ -101,7 +101,7 @@ If you set the timeout value to 0, immediately returns an error .Pq Dv RPC_TIMEDOUT . Set the timeout argument to 0 for batching calls. -.Bl -column CLSET_FD_NCLOSE "struct timeval *" "do not close fd on destroy" +.Bl -column CLSET_FD_NCLOSE "struct timeval *" .It Dv CLGET_SVC_ADDR Ta "struct netbuf *" Ta "get servers address" .It Dv CLGET_FD Ta "int *" Ta "get fd from handle" .It Dv CLSET_FD_CLOSE Ta "void" Ta "close fd on destroy" |