Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2008 17:18:56 GMT
From:      Brad Huntting <huntting@glarp.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/128968: rwlock man page typo
Message-ID:  <200811181718.mAIHIu5d020871@www.freebsd.org>
Resent-Message-ID: <200811181720.mAIHK5M8079990@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128968
>Category:       kern
>Synopsis:       rwlock man page typo
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 18 17:20:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Brad Huntting
>Release:        7.[01]
>Organization:
>Environment:
FreeBSD spork.glarp.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #4: Thu Nov 13 11:34:12 MST 2008     root@spork.glarp.com:/usr/src/sys/i386/compile/SPORK  i386

>Description:
Missing .El line in man page.
>How-To-Repeat:
Do "man rwlock".
After "RW_RECURSE ..." the indentation goes awry.
>Fix:
see patch

Patch attached with submission follows:

--- rwlock.9	2008-11-18 10:11:35.000000000 -0700
+++ rwlock.9.old	2008-11-18 10:12:36.000000000 -0700
@@ -147,7 +147,6 @@
 .It Dv RW_RECURSE
 Allow threads to recursively acquire exclusive locks for
 .Fa rw .
-.El
 .It Fn rw_rlock "struct rwlock *rw"
 Lock
 .Fa rw


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811181718.mAIHIu5d020871>