Fixup for r360574: install new mlinks for sglist(9) and remove old ones.

This commit is contained in:
Gleb Smirnoff 2020-07-07 02:41:51 +00:00
parent 022346fa62
commit 91ddfec2d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362981
2 changed files with 8 additions and 4 deletions

View File

@ -36,6 +36,12 @@
# xargs -n1 | sort | uniq -d;
# done
# 20200706: update of sglist(9), r360574
OLD_FILES+=usr/share/man/man9/sglist_append_ext_pgs.9
OLD_FILES+=usr/share/man/man9/sglist_append_mb_ext_pgs.9
OLD_FILES+=usr/share/man/man9/sglist_count_ext_pgs.9
OLD_FILES+=usr/share/man/man9/sglist_count_mb_ext_pgs.9
# 20200617: update opencsd to 0.14.2
OLD_FILES+=usr/include/opencsd/etmv4/trc_pkt_elem_etmv4d.h

View File

@ -1902,9 +1902,8 @@ MLINKS+=sf_buf.9 sf_buf_alloc.9 \
MLINKS+=sglist.9 sglist_alloc.9 \
sglist.9 sglist_append.9 \
sglist.9 sglist_append_bio.9 \
sglist.9 sglist_append_ext_pgs.9 \
sglist.9 sglist_append_mb_ext_pgs.9 \
sglist.9 sglist_append_mbuf.9 \
sglist.9 sglist_append_mbuf_epg.9 \
sglist.9 sglist_append_phys.9 \
sglist.9 sglist_append_sglist.9 \
sglist.9 sglist_append_uio.9 \
@ -1914,8 +1913,7 @@ MLINKS+=sglist.9 sglist_alloc.9 \
sglist.9 sglist_clone.9 \
sglist.9 sglist_consume_uio.9 \
sglist.9 sglist_count.9 \
sglist.9 sglist_count_ext_pgs.9 \
sglist.9 sglist_count_mb_ext_pgs.9 \
sglist.9 sglist_count_mbuf_epg.9 \
sglist.9 sglist_count_vmpages.9 \
sglist.9 sglist_free.9 \
sglist.9 sglist_hold.9 \