From owner-svn-src-all@FreeBSD.ORG Sat Feb 27 01:17:45 2010 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 F2813106567A; Sat, 27 Feb 2010 01:17:44 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C74028FC15; Sat, 27 Feb 2010 01:17:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1R1Hiej009557; Sat, 27 Feb 2010 01:17:44 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1R1Hiop009551; Sat, 27 Feb 2010 01:17:44 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201002270117.o1R1Hiop009551@svn.freebsd.org> From: Xin LI Date: Sat, 27 Feb 2010 01:17:44 +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: r204383 - head/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: Sat, 27 Feb 2010 01:17:45 -0000 Author: delphij Date: Sat Feb 27 01:17:44 2010 New Revision: 204383 URL: http://svn.freebsd.org/changeset/base/204383 Log: Add several necessary .El's. MFC after: 2 weeks Modified: head/share/man/man9/BUF_ISLOCKED.9 head/share/man/man9/BUF_RECURSED.9 head/share/man/man9/DEVICE_PROBE.9 head/share/man/man9/VOP_LOCK.9 head/share/man/man9/devfs_set_cdevpriv.9 Modified: head/share/man/man9/BUF_ISLOCKED.9 ============================================================================== --- head/share/man/man9/BUF_ISLOCKED.9 Sat Feb 27 01:17:24 2010 (r204382) +++ head/share/man/man9/BUF_ISLOCKED.9 Sat Feb 27 01:17:44 2010 (r204383) @@ -57,6 +57,7 @@ An exclusive lock is held by someone oth A shared lock is held. .It Li 0 The lock is not held by anyone. +.El .Sh SEE ALSO .Xr lockstatus 9 , .Xr buf 9 , Modified: head/share/man/man9/BUF_RECURSED.9 ============================================================================== --- head/share/man/man9/BUF_RECURSED.9 Sat Feb 27 01:17:24 2010 (r204382) +++ head/share/man/man9/BUF_RECURSED.9 Sat Feb 27 01:17:44 2010 (r204383) @@ -54,6 +54,7 @@ The buffer linked to the lock. See .Xr lockmgr_recursed 9 for details. +.El .Sh SEE ALSO .Xr buf 9 , .Xr BUF_LOCK 9 , Modified: head/share/man/man9/DEVICE_PROBE.9 ============================================================================== --- head/share/man/man9/DEVICE_PROBE.9 Sat Feb 27 01:17:24 2010 (r204382) +++ head/share/man/man9/DEVICE_PROBE.9 Sat Feb 27 01:17:44 2010 (r204383) @@ -127,6 +127,7 @@ The driver expects its parent to tell it and no probing is really done. The device only matches if its parent bus specifically said to use this driver. +.El .Sh SEE ALSO .Xr device 9 , .Xr DEVICE_ATTACH 9 , Modified: head/share/man/man9/VOP_LOCK.9 ============================================================================== --- head/share/man/man9/VOP_LOCK.9 Sat Feb 27 01:17:24 2010 (r204382) +++ head/share/man/man9/VOP_LOCK.9 Sat Feb 27 01:17:44 2010 (r204383) @@ -114,6 +114,7 @@ directly. .Fn vn_lock also does not want a thread specified as argument but it assumes curthread to be used. +.El .Sh RETURN VALUES Zero is returned on success, otherwise an error is returned. .Sh SEE ALSO Modified: head/share/man/man9/devfs_set_cdevpriv.9 ============================================================================== --- head/share/man/man9/devfs_set_cdevpriv.9 Sat Feb 27 01:17:24 2010 (r204382) +++ head/share/man/man9/devfs_set_cdevpriv.9 Sat Feb 27 01:17:44 2010 (r204383) @@ -108,7 +108,7 @@ The private driver data was not associat filedescriptor, or .Fn devfs_clear_cdevpriv was called. -.Pp +.El .Sh SEE ALSO .Xr open 2 , .Xr close 2 ,