From owner-cvs-all@FreeBSD.ORG Fri Mar 9 16:45:00 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E00316A402; Fri, 9 Mar 2007 16:45:00 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DAEA713C467; Fri, 9 Mar 2007 16:44:59 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l29Gix0N081321; Fri, 9 Mar 2007 16:44:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l29Gix7r081319; Fri, 9 Mar 2007 16:44:59 GMT (envelope-from jhb) Message-Id: <200703091644.l29Gix7r081319@repoman.freebsd.org> From: John Baldwin Date: Fri, 9 Mar 2007 16:44:59 +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 Makefile 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: Fri, 09 Mar 2007 16:45:00 -0000 jhb 2007-03-09 16:44:58 UTC FreeBSD src repository Modified files: share/man/man9 Makefile rwlock.9 Log: - Sort rwlock functions similar to the order in mutex(9). - Add a missing MLINK. Revision Changes Path 1.297 +1 -0 src/share/man/man9/Makefile 1.7 +9 -6 src/share/man/man9/rwlock.9