aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-11-24 08:21:06 -0600
committerBrent Cook <busterb@gmail.com>2022-11-24 08:21:06 -0600
commitfb342b434bbbffa9a0ac36260b45e515baa9374f (patch)
treec70059fcda49b0f65b639d968a68b12471bee0b9 /man
parent4bc644eab1d63f48801bc6ce473cbccafe4ce323 (diff)
downloadportable-fb342b434bbbffa9a0ac36260b45e515baa9374f.tar.gz
portable-fb342b434bbbffa9a0ac36260b45e515baa9374f.tar.bz2
portable-fb342b434bbbffa9a0ac36260b45e515baa9374f.zip
exclude bogus "ln_<type>" manpage links
Diffstat (limited to 'man')
-rw-r--r--man/links8
-rwxr-xr-xman/update_links.sh1
2 files changed, 1 insertions, 8 deletions
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
2834lh_new.3,LHASH_DOALL_ARG_FN_TYPE.3 2834lh_new.3,LHASH_DOALL_ARG_FN_TYPE.3
2835lh_new.3,LHASH_DOALL_FN_TYPE.3 2835lh_new.3,LHASH_DOALL_FN_TYPE.3
2836lh_new.3,LHASH_HASH_FN_TYPE.3 2836lh_new.3,LHASH_HASH_FN_TYPE.3
2837lh_new.3,lh_<type>_delete.3
2838lh_new.3,lh_<type>_doall.3
2839lh_new.3,lh_<type>_doall_arg.3
2840lh_new.3,lh_<type>_error.3
2841lh_new.3,lh_<type>_free.3
2842lh_new.3,lh_<type>_insert.3
2843lh_new.3,lh_<type>_new.3
2844lh_new.3,lh_<type>_retrieve.3
2845lh_new.3,lh_delete.3 2837lh_new.3,lh_delete.3
2846lh_new.3,lh_doall.3 2838lh_new.3,lh_doall.3
2847lh_new.3,lh_doall_arg.3 2839lh_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
21/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | \ 21/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | \
22 grep -v OCSP_crlID_new | \ 22 grep -v OCSP_crlID_new | \
23 grep -v bn_print | \ 23 grep -v bn_print | \
24 grep -v "<type>" | \
24 sort >> links 25 sort >> links