svn commit: r205866 - stable/8/share/man/man9
Xin LI
delphij at FreeBSD.org
Mon Mar 29 22:52:52 UTC 2010
Author: delphij
Date: Mon Mar 29 22:52:51 2010
New Revision: 205866
URL: http://svn.freebsd.org/changeset/base/205866
Log:
MFC r204383:
Add several necessary .El's
Modified:
stable/8/share/man/man9/BUF_ISLOCKED.9
stable/8/share/man/man9/BUF_RECURSED.9
stable/8/share/man/man9/DEVICE_PROBE.9
stable/8/share/man/man9/VOP_LOCK.9
stable/8/share/man/man9/devfs_set_cdevpriv.9
Directory Properties:
stable/8/share/man/man9/ (props changed)
Modified: stable/8/share/man/man9/BUF_ISLOCKED.9
==============================================================================
--- stable/8/share/man/man9/BUF_ISLOCKED.9 Mon Mar 29 22:41:30 2010 (r205865)
+++ stable/8/share/man/man9/BUF_ISLOCKED.9 Mon Mar 29 22:52:51 2010 (r205866)
@@ -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: stable/8/share/man/man9/BUF_RECURSED.9
==============================================================================
--- stable/8/share/man/man9/BUF_RECURSED.9 Mon Mar 29 22:41:30 2010 (r205865)
+++ stable/8/share/man/man9/BUF_RECURSED.9 Mon Mar 29 22:52:51 2010 (r205866)
@@ -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: stable/8/share/man/man9/DEVICE_PROBE.9
==============================================================================
--- stable/8/share/man/man9/DEVICE_PROBE.9 Mon Mar 29 22:41:30 2010 (r205865)
+++ stable/8/share/man/man9/DEVICE_PROBE.9 Mon Mar 29 22:52:51 2010 (r205866)
@@ -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: stable/8/share/man/man9/VOP_LOCK.9
==============================================================================
--- stable/8/share/man/man9/VOP_LOCK.9 Mon Mar 29 22:41:30 2010 (r205865)
+++ stable/8/share/man/man9/VOP_LOCK.9 Mon Mar 29 22:52:51 2010 (r205866)
@@ -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: stable/8/share/man/man9/devfs_set_cdevpriv.9
==============================================================================
--- stable/8/share/man/man9/devfs_set_cdevpriv.9 Mon Mar 29 22:41:30 2010 (r205865)
+++ stable/8/share/man/man9/devfs_set_cdevpriv.9 Mon Mar 29 22:52:51 2010 (r205866)
@@ -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 ,
More information about the svn-src-all
mailing list