diff options
| -rw-r--r-- | man/links | 8 | ||||
| -rwxr-xr-x | man/update_links.sh | 1 |
2 files changed, 1 insertions, 8 deletions
| @@ -2834,14 +2834,6 @@ lh_new.3,LHASH_COMP_FN_TYPE.3 | |||
| 2834 | lh_new.3,LHASH_DOALL_ARG_FN_TYPE.3 | 2834 | lh_new.3,LHASH_DOALL_ARG_FN_TYPE.3 |
| 2835 | lh_new.3,LHASH_DOALL_FN_TYPE.3 | 2835 | lh_new.3,LHASH_DOALL_FN_TYPE.3 |
| 2836 | lh_new.3,LHASH_HASH_FN_TYPE.3 | 2836 | lh_new.3,LHASH_HASH_FN_TYPE.3 |
| 2837 | lh_new.3,lh_<type>_delete.3 | ||
| 2838 | lh_new.3,lh_<type>_doall.3 | ||
| 2839 | lh_new.3,lh_<type>_doall_arg.3 | ||
| 2840 | lh_new.3,lh_<type>_error.3 | ||
| 2841 | lh_new.3,lh_<type>_free.3 | ||
| 2842 | lh_new.3,lh_<type>_insert.3 | ||
| 2843 | lh_new.3,lh_<type>_new.3 | ||
| 2844 | lh_new.3,lh_<type>_retrieve.3 | ||
| 2845 | lh_new.3,lh_delete.3 | 2837 | lh_new.3,lh_delete.3 |
| 2846 | lh_new.3,lh_doall.3 | 2838 | lh_new.3,lh_doall.3 |
| 2847 | lh_new.3,lh_doall_arg.3 | 2839 | 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 | |||
| 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 |
