mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Rename alloc_unr(9) to unr(9) and adjust the links accordingly.
MFC after: 3 weeks
This commit is contained in:
parent
43d645f96b
commit
5d80bf64c1
2 changed files with 8 additions and 7 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 5, 2010
|
||||
.Dt ALLOC_UNR 9
|
||||
.Dt UNR 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm new_unrhdr ,
|
||||
Loading…
Reference in a new issue