From owner-cvs-all@FreeBSD.ORG Thu Apr 20 00:55:17 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA2C16A404; Thu, 20 Apr 2006 00:55:17 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C3E43D46; Thu, 20 Apr 2006 00:55:16 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k3K0swT2018116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 20 Apr 2006 03:55:00 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k3K0srf9059409; Thu, 20 Apr 2006 03:54:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k3K0sr8T059408; Thu, 20 Apr 2006 03:54:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 20 Apr 2006 03:54:53 +0300 From: Giorgos Keramidas To: John Baldwin Message-ID: <20060420005453.GA59375@gothmog.pc> References: <200604192109.k3JL9HPt044095@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604192109.k3JL9HPt044095@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.388, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.81, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 rwlock.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2006 00:55:18 -0000 On 2006-04-19 21:09, John Baldwin wrote: > jhb 2006-04-19 21:09:17 UTC > > FreeBSD src repository > > Modified files: > share/man/man9 rwlock.9 > Log: > Document rw_try_upgrade() and rw_downgrade(). > > Revision Changes Path > 1.3 +23 -0 src/share/man/man9/rwlock.9 +.Sh BUGS [...] +An +.Nm +can also be called a +.Dq Robert Watson +lock if desired. I'd argue this isn't a bug, but a `feature', but I don't think we have a special mdoc section for that :)))