avoid duplicate link with bn_print/BN_print

This commit is contained in:
Brent Cook 2018-06-16 21:35:58 -05:00
parent b78f293939
commit 1ea79d2a9f
2 changed files with 6 additions and 2 deletions

View File

@ -1896,7 +1896,6 @@ bn_dump.3,bn_mul_normal.3
bn_dump.3,bn_mul_part_recursive.3
bn_dump.3,bn_mul_recursive.3
bn_dump.3,bn_mul_words.3
bn_dump.3,bn_print.3
bn_dump.3,bn_set_high.3
bn_dump.3,bn_set_low.3
bn_dump.3,bn_set_max.3

View File

@ -15,5 +15,10 @@
makewhatis -a .
# We have to filter out some links that fail on case-insensitive filesystems
# Running makewhatis with the right arguments should work on mandoc systems.
echo "# This is an auto-generated file by $0" > links
/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | sort | grep -v OCSP_crlID_new >> links
/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | \
grep -v OCSP_crlID_new | \
grep -v bn_print | \
sort >> links