summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2011-04-27 01:10:15 +0000
committerdes <des@FreeBSD.org>2011-04-27 01:10:15 +0000
commitfd9fc25d01a5f7650f95304d39e626a8748e122e (patch)
tree478fff107ce723ac96ad4fa5a61796e58ac093c3 /share
parent8e677ed82514e8eea5b0e542a04806bb16fa3176 (diff)
downloadFreeBSD-src-fd9fc25d01a5f7650f95304d39e626a8748e122e.zip
FreeBSD-src-fd9fc25d01a5f7650f95304d39e626a8748e122e.tar.gz
Rename alloc_unr(9) to unr(9) and adjust the links accordingly.
MFC after: 3 weeks
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile13
-rw-r--r--share/man/man9/unr.9 (renamed from share/man/man9/alloc_unr.9)2
2 files changed, 8 insertions, 7 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 245ee41..bf2ceb3 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -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 \
diff --git a/share/man/man9/alloc_unr.9 b/share/man/man9/unr.9
index 43c145f..d8b9d95 100644
--- a/share/man/man9/alloc_unr.9
+++ b/share/man/man9/unr.9
@@ -25,7 +25,7 @@
.\" $FreeBSD$
.\"
.Dd July 5, 2010
-.Dt ALLOC_UNR 9
+.Dt UNR 9
.Os
.Sh NAME
.Nm new_unrhdr ,
OpenPOWER on IntegriCloud