From owner-cvs-all@FreeBSD.ORG Wed Apr 19 20:43:36 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 252E316A402; Wed, 19 Apr 2006 20:43:36 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D28CE43D5F; Wed, 19 Apr 2006 20:43:35 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3JKhZgO024331; Wed, 19 Apr 2006 20:43:35 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JKhZuA024330; Wed, 19 Apr 2006 20:43:35 GMT (envelope-from jhb) Message-Id: <200604192043.k3JKhZuA024330@repoman.freebsd.org> From: John Baldwin Date: Wed, 19 Apr 2006 20:43:35 +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: Wed, 19 Apr 2006 20:43:36 -0000 jhb 2006-04-19 20:43:35 UTC FreeBSD src repository Modified files: share/man/man9 rwlock.9 Log: Various nits and fixups so that the text reads smoother in several places. Also, more closely match the prototypes in sys/rwlock.h and add a BUGS section. Revision Changes Path 1.2 +80 -69 src/share/man/man9/rwlock.9