Date: Thu, 29 Mar 2012 20:23:35 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233680 - in head: lib/libc/rpc share/man/man9 Message-ID: <201203292023.q2TKNaRi008889@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Thu Mar 29 20:23:35 2012 New Revision: 233680 URL: http://svn.freebsd.org/changeset/base/233680 Log: Remove unnecessary Xo/Xc. Reviewed by: brueffer Modified: head/lib/libc/rpc/rpc_soc.3 head/share/man/man9/locking.9 Modified: head/lib/libc/rpc/rpc_soc.3 ============================================================================== --- head/lib/libc/rpc/rpc_soc.3 Thu Mar 29 20:11:16 2012 (r233679) +++ head/lib/libc/rpc/rpc_soc.3 Thu Mar 29 20:23:35 2012 (r233680) @@ -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 Modified: head/share/man/man9/locking.9 ============================================================================== --- head/share/man/man9/locking.9 Thu Mar 29 20:11:16 2012 (r233679) +++ head/share/man/man9/locking.9 Thu Mar 29 20:23:35 2012 (r233680) @@ -293,9 +293,7 @@ running inside an interrupt thread. The following table shows what you can and can not do while holding one of the synchronization primitives discussed: .Bl -column ".Ic xxxxxxxxxxxxxxxxxxx" ".Xr XXXXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXX" -offset indent -.It Xo -.Em "You have: You want:" Ta spin mtx Ta mutex Ta sx Ta rwlock Ta rmlock Ta sleep -.Xc +.It .Em "You have: You want:" Ta spin mtx Ta mutex Ta sx Ta rwlock Ta rmlock Ta sleep .It spin mtx Ta \&ok-1 Ta \&no Ta \&no Ta \&no Ta \&no Ta \&no-3 .It mutex Ta \&ok Ta \&ok-1 Ta \&no Ta \&ok Ta \&ok Ta \&no-3 .It sx Ta \&ok Ta \&ok Ta \&ok-2 Ta \&ok Ta \&ok Ta \&ok-4 @@ -336,9 +334,7 @@ for details. The next table shows what can be used in different contexts. At this time this is a rather easy to remember table. .Bl -column ".Ic Xxxxxxxxxxxxxxxxxxx" ".Xr XXXXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXXX" ".Xr XXXXXX" -offset indent -.It Xo -.Em "Context:" Ta spin mtx Ta mutex Ta sx Ta rwlock Ta rmlock Ta sleep -.Xc +.It .Em "Context:" Ta spin mtx Ta mutex Ta sx Ta rwlock Ta rmlock Ta sleep .It interrupt filter: Ta \&ok Ta \&no Ta \&no Ta \&no Ta \&no Ta \&no .It interrupt thread: Ta \&ok Ta \&ok Ta \&no Ta \&ok Ta \&ok Ta \&no .It callout: Ta \&ok Ta \&ok Ta \&no Ta \&ok Ta \&no Ta \&no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203292023.q2TKNaRi008889>