summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-11-25 16:14:32 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-11-25 16:14:32 +0000
commitfe29db8e3b4c220b99a7cb801aa9de3d1db113a4 (patch)
tree5c4f144c558b902083fd22fb2319f7c63dc917d8 /share
parentb79ff6363a8f9013c8d2e976f34720f6ba6a7476 (diff)
downloadFreeBSD-src-fe29db8e3b4c220b99a7cb801aa9de3d1db113a4.zip
FreeBSD-src-fe29db8e3b4c220b99a7cb801aa9de3d1db113a4.tar.gz
Clean up after previous revision.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/rwlock.99
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man9/rwlock.9 b/share/man/man9/rwlock.9
index 6116634..51082de 100644
--- a/share/man/man9/rwlock.9
+++ b/share/man/man9/rwlock.9
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 19, 2006
+.Dd November 25, 2007
.Dt RWLOCK 9
.Os
.Sh NAME
@@ -123,14 +123,15 @@ The description is used solely for debugging purposes.
This function must be called before any other operations
on the lock.
.It Fn rw_init_flags "struct rwlock *rw" "const char *name" "int opts"
-Initialize the rw lock just like
+Initialize the rw lock just like the
.Fn rw_init
-function, but specifing a set of optional flags to alter the
+function, but specifying a set of optional flags to alter the
behaviour of
.Fa rw ,
through the
.Fa opts
-argument. It contains one or more of the following flags:
+argument.
+It contains one or more of the following flags:
.Bl -tag -width ".Dv RW_NOPROFILE"
.It Dv RW_DUPOK
Witness should not log messages about duplicate locks being acquired.
OpenPOWER on IntegriCloud