From owner-svn-src-head@FreeBSD.ORG Wed Apr 27 01:10:15 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4836106564A; Wed, 27 Apr 2011 01:10:15 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D32178FC0C; Wed, 27 Apr 2011 01:10:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p3R1AF23046803; Wed, 27 Apr 2011 01:10:15 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p3R1AFMG046800; Wed, 27 Apr 2011 01:10:15 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201104270110.p3R1AFMG046800@svn.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 27 Apr 2011 01:10:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r221103 - head/share/man/man9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 01:10:16 -0000 Author: des Date: Wed Apr 27 01:10:15 2011 New Revision: 221103 URL: http://svn.freebsd.org/changeset/base/221103 Log: Rename alloc_unr(9) to unr(9) and adjust the links accordingly. MFC after: 3 weeks Added: head/share/man/man9/unr.9 - copied, changed from r210235, head/share/man/man9/alloc_unr.9 Deleted: head/share/man/man9/alloc_unr.9 Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile ============================================================================== --- head/share/man/man9/Makefile Wed Apr 27 00:32:35 2011 (r221102) +++ head/share/man/man9/Makefile Wed Apr 27 01:10:15 2011 (r221103) @@ -5,7 +5,6 @@ MAN= accept_filter.9 \ accf_dns.9 \ accf_http.9 \ acl.9 \ - alloc_unr.9 \ alq.9 \ altq.9 \ atomic.9 \ @@ -257,6 +256,7 @@ MAN= accept_filter.9 \ ucred.9 \ uidinfo.9 \ uio.9 \ + unr.9 \ usbdi.9 \ utopia.9 \ vaccess.9 \ @@ -377,11 +377,12 @@ MAN= accept_filter.9 \ zero_copy.9 \ zone.9 -MLINKS= alloc_unr.9 alloc_unrl.9 \ - alloc_unr.9 alloc_unr_specific.9 \ - alloc_unr.9 delete_unrhdr.9 \ - alloc_unr.9 free_unr.9 \ - alloc_unr.9 new_unrhdr.9 +MLINKS= unr.9 alloc_unr.9 \ + unr.9 alloc_unrl.9 \ + unr.9 alloc_unr_specific.9 \ + unr.9 delete_unrhdr.9 \ + unr.9 free_unr.9 \ + unr.9 new_unrhdr.9 MLINKS+=alq.9 ALQ.9 \ alq.9 alq_close.9 \ alq.9 alq_flush.9 \ Copied and modified: head/share/man/man9/unr.9 (from r210235, head/share/man/man9/alloc_unr.9) ============================================================================== --- head/share/man/man9/alloc_unr.9 Mon Jul 19 12:52:19 2010 (r210235, copy source) +++ head/share/man/man9/unr.9 Wed Apr 27 01:10:15 2011 (r221103) @@ -25,7 +25,7 @@ .\" $FreeBSD$ .\" .Dd July 5, 2010 -.Dt ALLOC_UNR 9 +.Dt UNR 9 .Os .Sh NAME .Nm new_unrhdr ,