From fb342b434bbbffa9a0ac36260b45e515baa9374f Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 24 Nov 2022 08:21:06 -0600 Subject: exclude bogus "ln_" manpage links --- man/links | 8 -------- man/update_links.sh | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'man') diff --git a/man/links b/man/links index 360bfed..09807f3 100644 --- a/man/links +++ b/man/links @@ -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_FN_TYPE.3 lh_new.3,LHASH_HASH_FN_TYPE.3 -lh_new.3,lh__delete.3 -lh_new.3,lh__doall.3 -lh_new.3,lh__doall_arg.3 -lh_new.3,lh__error.3 -lh_new.3,lh__free.3 -lh_new.3,lh__insert.3 -lh_new.3,lh__new.3 -lh_new.3,lh__retrieve.3 lh_new.3,lh_delete.3 lh_new.3,lh_doall.3 lh_new.3,lh_doall_arg.3 diff --git a/man/update_links.sh b/man/update_links.sh index e72f03d..088eb2b 100755 --- a/man/update_links.sh +++ b/man/update_links.sh @@ -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 | \ grep -v OCSP_crlID_new | \ grep -v bn_print | \ + grep -v "" | \ sort >> links -- cgit v1.2.3-55-g6feb