aboutsummaryrefslogtreecommitdiff
path: root/man/update_links.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-06-16 21:28:35 -0500
committerBrent Cook <bcook@openbsd.org>2018-06-16 21:29:35 -0500
commit83e56b7dbd2033b23615bd1eac70128cacff0702 (patch)
tree17bafd9e9917b1237bb0227ccf94fb7726fe2da4 /man/update_links.sh
parent8fb8ecdf7e78afc6c22818e082bd236ec62a4bef (diff)
downloadportable-83e56b7dbd2033b23615bd1eac70128cacff0702.tar.gz
portable-83e56b7dbd2033b23615bd1eac70128cacff0702.tar.bz2
portable-83e56b7dbd2033b23615bd1eac70128cacff0702.zip
filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems
Diffstat (limited to '')
-rwxr-xr-xman/update_links.sh2
1 files changed, 1 insertions, 1 deletions
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 @@
16makewhatis -a . 16makewhatis -a .
17 17
18echo "# This is an auto-generated file by $0" > links 18echo "# This is an auto-generated file by $0" > links
19/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | sort >> links 19/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | sort | grep -v OCSP_crlID_new >> links