summaryrefslogtreecommitdiffstats
path: root/share/man/man9/lockdestroy.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-11 10:31:49 +0000
committerru <ru@FreeBSD.org>2001-07-11 10:31:49 +0000
commit6468798b098d2713b5746101dc5f3e3d0798ecf8 (patch)
treea9efe8598802d472399b0cdf05f3614f98de1649 /share/man/man9/lockdestroy.9
parenta6a8d8e94c3416ac2be5564086b6711fab5cf1fb (diff)
downloadFreeBSD-src-6468798b098d2713b5746101dc5f3e3d0798ecf8.zip
FreeBSD-src-6468798b098d2713b5746101dc5f3e3d0798ecf8.tar.gz
mdoc(7) police: fixed markup and some content typos.
Diffstat (limited to 'share/man/man9/lockdestroy.9')
-rw-r--r--share/man/man9/lockdestroy.926
1 files changed, 14 insertions, 12 deletions
diff --git a/share/man/man9/lockdestroy.9 b/share/man/man9/lockdestroy.9
index 3b5e008..70f7c8e 100644
--- a/share/man/man9/lockdestroy.9
+++ b/share/man/man9/lockdestroy.9
@@ -31,26 +31,28 @@
.Os
.Sh NAME
.Nm lockdestroy
-.Nd "Destroys a lock"
+.Nd "destroys a lock"
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
-.Fd #include <sys/lockmgr.h>
+.In sys/types.h
+.In sys/lockmgr.h
.Ft int
.Fn lockdestroy "struct lock *lkp"
.Sh DESCRIPTION
The
-.Nm
-function destroys the given lock. (Currently is does nothing!)
+.Fn lockdestroy
+function destroys the given lock.
+(Currently is does nothing!)
.Pp
Its arguments are:
-.Bl -tag
-.It Ar lkp
-The lock to destroy
+.Bl -tag -xwidth ".Fa lkp"
+.It Fa lkp
+The lock to destroy
.El
.Sh SEE ALSO
-.Xr lockmgr 9
-.Xr lockcount 9
+.Xr lockcount 9 ,
+.Xr lockmgr 9 ,
+.Xr lockmgr_printinfo 9 ,
.Xr lockstatus 9
-.Xr lockmgr_printinfo 9
.Sh AUTHORS
-This man page was written by Chad David.
+This man page was written by
+.An Chad David .
OpenPOWER on IntegriCloud