summaryrefslogtreecommitdiffstats
path: root/share/man/man9/BUF_UNLOCK.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-11 09:13:12 +0000
committerru <ru@FreeBSD.org>2001-07-11 09:13:12 +0000
commita6a8d8e94c3416ac2be5564086b6711fab5cf1fb (patch)
tree206baa92baf082e97ad39990cf628c3e57e1117d /share/man/man9/BUF_UNLOCK.9
parenta6c5eadb9c2c57714a0ec47fc78094e5e3e61bf7 (diff)
downloadFreeBSD-src-a6a8d8e94c3416ac2be5564086b6711fab5cf1fb.zip
FreeBSD-src-a6a8d8e94c3416ac2be5564086b6711fab5cf1fb.tar.gz
mdoc(7) police: fixed markup.
Diffstat (limited to 'share/man/man9/BUF_UNLOCK.9')
-rw-r--r--share/man/man9/BUF_UNLOCK.929
1 files changed, 17 insertions, 12 deletions
diff --git a/share/man/man9/BUF_UNLOCK.9 b/share/man/man9/BUF_UNLOCK.9
index 271abca..2dad9d1 100644
--- a/share/man/man9/BUF_UNLOCK.9
+++ b/share/man/man9/BUF_UNLOCK.9
@@ -31,26 +31,31 @@
.Os
.Sh NAME
.Nm BUF_UNLOCK
-.Nd "Unlocks a locked buffer"
+.Nd "unlocks a locked buffer"
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
-.Fd #include <sys/buf.h>
+.In sys/param.h
+.In sys/buf.h
.Ft void
.Fn BUF_UNLOCK "struct buf *bp"
.Sh DESCRIPTION
The
-.Nm
+.Fn BUF_UNLOCK
function unlocks a buffer that was previously locked with
-BUF_LOCK or BUF_TIMELOCK.
+.Fn BUF_LOCK
+or
+.Fn BUF_TIMELOCK .
.Pp
Its argument is:
-.Bl -tag
-.It Ar bp
-The buffer to unlock. The buffer must already be locked.
+.Bl -tag -xwidth ".Fa bp"
+.It Fa bp
+The buffer to unlock.
+The buffer must already be locked.
+.El
.Sh SEE ALSO
-.Xr buf 9
+.Xr buf 9 ,
+.Xr BUF_LOCK 9 ,
+.Xr BUF_TIMELOCK 9 ,
.Xr lockmgr 9
-.Xr BUF_LOCK 9
-.Xr BUF_TIMELOCK 9
.Sh AUTHORS
-This man page was written by Chad David.
+This man page was written by
+.An Chad David .
OpenPOWER on IntegriCloud