summaryrefslogtreecommitdiffstats
path: root/share/man/man9/BUF_LOCKFREE.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_LOCKFREE.9
parenta6c5eadb9c2c57714a0ec47fc78094e5e3e61bf7 (diff)
downloadFreeBSD-src-a6a8d8e94c3416ac2be5564086b6711fab5cf1fb.zip
FreeBSD-src-a6a8d8e94c3416ac2be5564086b6711fab5cf1fb.tar.gz
mdoc(7) police: fixed markup.
Diffstat (limited to 'share/man/man9/BUF_LOCKFREE.9')
-rw-r--r--share/man/man9/BUF_LOCKFREE.927
1 files changed, 15 insertions, 12 deletions
diff --git a/share/man/man9/BUF_LOCKFREE.9 b/share/man/man9/BUF_LOCKFREE.9
index 7d90a92..62b0848 100644
--- a/share/man/man9/BUF_LOCKFREE.9
+++ b/share/man/man9/BUF_LOCKFREE.9
@@ -31,27 +31,30 @@
.Os
.Sh NAME
.Nm BUF_LOCKFREE
-.Nd "Destroys the buffers lock"
+.Nd "destroys the buffers lock"
.Sh SYNOPSIS
-.Fd #include <sys/param.h>
-.Fd #include <sys/buf.h>
+.In sys/param.h
+.In sys/buf.h
.Ft void
.Fn BUF_LOCKFREE "struct buf *bp"
.Sh DESCRIPTION
The
-.Nm
-macro destroys the buffer lock. The lock must not be held when
+.Fn BUF_LOCKFREE
+macro destroys the buffer lock.
+The lock must not be held when
this macro is called or a panic will result.
.Pp
Its argument is:
-.Bl -tag
-.It Ar bp
+.Bl -tag -xwidth ".Fa bp"
+.It Fa bp
The buffer whose lock is to be destroyed.
+.El
.Sh SEE ALSO
-.Xr buf 9
+.Xr buf 9 ,
+.Xr BUF_LOCK 9 ,
+.Xr BUF_TIMELOCK 9 ,
+.Xr BUF_UNLOCK 9 ,
.Xr lockdestroy 9
-.Xr BUF_LOCK 9
-.Xr BUF_TIMELOCK 9
-.Xr BUF_UNLOCK 9
.Sh AUTHORS
-This man page was written by Chad David.
+This man page was written by
+.An Chad David .
OpenPOWER on IntegriCloud