Add several necessary .El's.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2010-02-27 01:17:44 +00:00
parent e94be45c0c
commit 0a431e0795
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204383
5 changed files with 5 additions and 1 deletions

View File

@ -57,6 +57,7 @@ An exclusive lock is held by someone other than curthread
A shared lock is held. A shared lock is held.
.It Li 0 .It Li 0
The lock is not held by anyone. The lock is not held by anyone.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr lockstatus 9 , .Xr lockstatus 9 ,
.Xr buf 9 , .Xr buf 9 ,

View File

@ -54,6 +54,7 @@ The buffer linked to the lock.
See See
.Xr lockmgr_recursed 9 .Xr lockmgr_recursed 9
for details. for details.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr buf 9 , .Xr buf 9 ,
.Xr BUF_LOCK 9 , .Xr BUF_LOCK 9 ,

View File

@ -127,6 +127,7 @@ The driver expects its parent to tell it which children to manage
and no probing is really done. and no probing is really done.
The device only matches if its parent bus specifically said to use The device only matches if its parent bus specifically said to use
this driver. this driver.
.El
.Sh SEE ALSO .Sh SEE ALSO
.Xr device 9 , .Xr device 9 ,
.Xr DEVICE_ATTACH 9 , .Xr DEVICE_ATTACH 9 ,

View File

@ -114,6 +114,7 @@ directly.
.Fn vn_lock .Fn vn_lock
also does not want a thread specified as argument but it also does not want a thread specified as argument but it
assumes curthread to be used. assumes curthread to be used.
.El
.Sh RETURN VALUES .Sh RETURN VALUES
Zero is returned on success, otherwise an error is returned. Zero is returned on success, otherwise an error is returned.
.Sh SEE ALSO .Sh SEE ALSO

View File

@ -108,7 +108,7 @@ The private driver data was not associated with current
filedescriptor, or filedescriptor, or
.Fn devfs_clear_cdevpriv .Fn devfs_clear_cdevpriv
was called. was called.
.Pp .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr open 2 , .Xr open 2 ,
.Xr close 2 , .Xr close 2 ,