From owner-svn-src-all@FreeBSD.ORG Thu Mar 29 20:23:36 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56884106566C; Thu, 29 Mar 2012 20:23:36 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 36E008FC16; Thu, 29 Mar 2012 20:23:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q2TKNamo008892; Thu, 29 Mar 2012 20:23:36 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q2TKNaRi008889; Thu, 29 Mar 2012 20:23:36 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201203292023.q2TKNaRi008889@svn.freebsd.org> From: Joel Dahl Date: Thu, 29 Mar 2012 20:23:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r233680 - in head: lib/libc/rpc share/man/man9 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2012 20:23:36 -0000 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