avoid duplicate link with bn_print/BN_print
This commit is contained in:
parent
b78f293939
commit
1ea79d2a9f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user