Date: Wed, 27 Apr 2011 01:10:15 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r221103 - head/share/man/man9 Message-ID: <201104270110.p3R1AFMG046800@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104270110.p3R1AFMG046800>