summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-03-29 22:52:51 +0000
committerdelphij <delphij@FreeBSD.org>2010-03-29 22:52:51 +0000
commitb28dadbbd43f8bea4d8c3a77f74c79ef5ed91034 (patch)
tree3819a92a99477a0d7775cffbd4b2adee36ac893a /share
parent70d4783088d7892b70a079e52d770e6c7e930bce (diff)
downloadFreeBSD-src-b28dadbbd43f8bea4d8c3a77f74c79ef5ed91034.zip
FreeBSD-src-b28dadbbd43f8bea4d8c3a77f74c79ef5ed91034.tar.gz
MFC r204383:
Add several necessary .El's
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/BUF_ISLOCKED.91
-rw-r--r--share/man/man9/BUF_RECURSED.91
-rw-r--r--share/man/man9/DEVICE_PROBE.91
-rw-r--r--share/man/man9/VOP_LOCK.91
-rw-r--r--share/man/man9/devfs_set_cdevpriv.92
5 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/BUF_ISLOCKED.9 b/share/man/man9/BUF_ISLOCKED.9
index 7344869..d55f2f5 100644
--- a/share/man/man9/BUF_ISLOCKED.9
+++ b/share/man/man9/BUF_ISLOCKED.9
@@ -57,6 +57,7 @@ An exclusive lock is held by someone other than curthread
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 ,
diff --git a/share/man/man9/BUF_RECURSED.9 b/share/man/man9/BUF_RECURSED.9
index dfe818f..2e369ea 100644
--- a/share/man/man9/BUF_RECURSED.9
+++ b/share/man/man9/BUF_RECURSED.9
@@ -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 ,
diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9
index b159fd2..7b400e7 100644
--- a/share/man/man9/DEVICE_PROBE.9
+++ b/share/man/man9/DEVICE_PROBE.9
@@ -127,6 +127,7 @@ The driver expects its parent to tell it which children to manage
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 ,
diff --git a/share/man/man9/VOP_LOCK.9 b/share/man/man9/VOP_LOCK.9
index cdf1714..6c54a38 100644
--- a/share/man/man9/VOP_LOCK.9
+++ b/share/man/man9/VOP_LOCK.9
@@ -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
diff --git a/share/man/man9/devfs_set_cdevpriv.9 b/share/man/man9/devfs_set_cdevpriv.9
index 934e494..0896d4d 100644
--- a/share/man/man9/devfs_set_cdevpriv.9
+++ b/share/man/man9/devfs_set_cdevpriv.9
@@ -108,7 +108,7 @@ The private driver data was not associated with current
filedescriptor, or
.Fn devfs_clear_cdevpriv
was called.
-.Pp
+.El
.Sh SEE ALSO
.Xr open 2 ,
.Xr close 2 ,
OpenPOWER on IntegriCloud