From owner-cvs-all@FreeBSD.ORG Sun Nov 25 01:53:59 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40A8416A417; Sun, 25 Nov 2007 01:53:59 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0666113C457; Sun, 25 Nov 2007 01:53:59 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAP1rxt2004603; Sun, 25 Nov 2007 01:53:59 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from attilio@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAP1rwVT004602; Sun, 25 Nov 2007 01:53:58 GMT (envelope-from attilio) Message-Id: <200711250153.lAP1rwVT004602@repoman.freebsd.org> From: Attilio Rao Date: Sun, 25 Nov 2007 01:53:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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: Sun, 25 Nov 2007 01:53:59 -0000 attilio 2007-11-25 01:53:58 UTC FreeBSD src repository Modified files: share/man/man9 rwlock.9 Log: Update rwlock(9) manpage adding missing bits about the rw_init_flags() function, its options and explaining that recursion for writers can be selectively enabled. Reported by: rwatson, Skip Ford Revision Changes Path 1.11 +33 -2 src/share/man/man9/rwlock.9