From fe29db8e3b4c220b99a7cb801aa9de3d1db113a4 Mon Sep 17 00:00:00 2001 From: brueffer Date: Sun, 25 Nov 2007 16:14:32 +0000 Subject: [PATCH] Clean up after previous revision. --- share/man/man9/rwlock.9 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/share/man/man9/rwlock.9 b/share/man/man9/rwlock.9 index 6116634ee849..51082debf411 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.