exclude bogus "ln_<type>" manpage links

This commit is contained in:
Brent Cook 2022-11-24 08:21:06 -06:00
parent 4bc644eab1
commit fb342b434b
2 changed files with 1 additions and 8 deletions

View File

@ -2834,14 +2834,6 @@ lh_new.3,LHASH_COMP_FN_TYPE.3
lh_new.3,LHASH_DOALL_ARG_FN_TYPE.3 lh_new.3,LHASH_DOALL_ARG_FN_TYPE.3
lh_new.3,LHASH_DOALL_FN_TYPE.3 lh_new.3,LHASH_DOALL_FN_TYPE.3
lh_new.3,LHASH_HASH_FN_TYPE.3 lh_new.3,LHASH_HASH_FN_TYPE.3
lh_new.3,lh_<type>_delete.3
lh_new.3,lh_<type>_doall.3
lh_new.3,lh_<type>_doall_arg.3
lh_new.3,lh_<type>_error.3
lh_new.3,lh_<type>_free.3
lh_new.3,lh_<type>_insert.3
lh_new.3,lh_<type>_new.3
lh_new.3,lh_<type>_retrieve.3
lh_new.3,lh_delete.3 lh_new.3,lh_delete.3
lh_new.3,lh_doall.3 lh_new.3,lh_doall.3
lh_new.3,lh_doall_arg.3 lh_new.3,lh_doall_arg.3

View File

@ -21,4 +21,5 @@ echo "# This is an auto-generated file by $0" > links
/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | \ /usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | \
grep -v OCSP_crlID_new | \ grep -v OCSP_crlID_new | \
grep -v bn_print | \ grep -v bn_print | \
grep -v "<type>" | \
sort >> links sort >> links