diff options
author | joel <joel@FreeBSD.org> | 2012-03-29 20:23:35 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-29 20:23:35 +0000 |
commit | 3a65370d0c05592988d5092b8062273f4fb6cda1 (patch) | |
tree | 3fd3bf0aab4f9a8d7933def8b1714b9da0737114 /lib/libc | |
parent | 5780d99776e896928beee4a75a587e3cfe6d80b3 (diff) | |
download | FreeBSD-src-3a65370d0c05592988d5092b8062273f4fb6cda1.zip FreeBSD-src-3a65370d0c05592988d5092b8062273f4fb6cda1.tar.gz |
Remove unnecessary Xo/Xc.
Reviewed by: brueffer
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/rpc_soc.3 | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/lib/libc/rpc/rpc_soc.3 b/lib/libc/rpc/rpc_soc.3 index f4b7f87..8dedaa8 100644 --- a/lib/libc/rpc/rpc_soc.3 +++ b/lib/libc/rpc/rpc_soc.3 @@ -394,12 +394,10 @@ the supported values of .Fa req and their argument types and what they do are: .Bl -column "CLSET_RETRY_TIMEOUT" "struct sockaddr_in" -.It Dv CLSET_TIMEOUT Ta Xo +.It Dv CLSET_TIMEOUT Ta .Vt "struct timeval" Ta "set total timeout" -.Xc -.It Dv CLGET_TIMEOUT Ta Xo +.It Dv CLGET_TIMEOUT Ta .Vt "struct timeval" Ta "get total timeout" -.Xc .El .Pp Note: if you set the timeout using @@ -408,21 +406,18 @@ the timeout argument passed to .Fn clnt_call will be ignored in all future calls. .Bl -column "CLSET_RETRY_TIMEOUT" "struct sockaddr_in" -.It Dv CLGET_SERVER_ADDR Ta Xo +.It Dv CLGET_SERVER_ADDR Ta .Vt "struct sockaddr_in" Ta "get server's address" -.Xc .El .Pp The following operations are valid for .Tn UDP only: .Bl -column "CLSET_RETRY_TIMEOUT" "struct sockaddr_in" -.It Dv CLSET_RETRY_TIMEOUT Ta Xo +.It Dv CLSET_RETRY_TIMEOUT Ta .Vt "struct timeval" Ta "set the retry timeout" -.Xc -.It Dv CLGET_RETRY_TIMEOUT Ta Xo +.It Dv CLGET_RETRY_TIMEOUT Ta .Vt "struct timeval" Ta "get the retry timeout" -.Xc .El .Pp The retry timeout is the time that |