From b78f2939398db49bb1dfabaa48529d11ae687e20 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 16 Jun 2018 21:28:35 -0500 Subject: filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems --- man/links | 1 - man/update_links.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'man') diff --git a/man/links b/man/links index 38ad687..2d89841 100644 --- a/man/links +++ b/man/links @@ -1021,7 +1021,6 @@ OBJ_nid2obj.3,OBJ_txt2nid.3 OBJ_nid2obj.3,OBJ_txt2obj.3 OBJ_nid2obj.3,i2t_ASN1_OBJECT.3 OCSP_CRLID_new.3,OCSP_CRLID_free.3 -OCSP_CRLID_new.3,OCSP_crlID_new.3 OCSP_REQUEST_new.3,OCSP_ONEREQ_free.3 OCSP_REQUEST_new.3,OCSP_ONEREQ_new.3 OCSP_REQUEST_new.3,OCSP_REQINFO_free.3 diff --git a/man/update_links.sh b/man/update_links.sh index 04a8694..06790e4 100755 --- a/man/update_links.sh +++ b/man/update_links.sh @@ -16,4 +16,4 @@ makewhatis -a . echo "# This is an auto-generated file by $0" > links -/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | sort >> links +/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | sort | grep -v OCSP_crlID_new >> links -- cgit v1.2.3-55-g6feb