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:28:35 -0500
commitb78f2939398db49bb1dfabaa48529d11ae687e20 (patch)
treee51082046cfec197f38a3e01c4c3ef77d9b3dd6a /man/update_links.sh
parentbf368e58e7d7737957438fac99016f4e05a094f1 (diff)
downloadportable-b78f2939398db49bb1dfabaa48529d11ae687e20.tar.gz
portable-b78f2939398db49bb1dfabaa48529d11ae687e20.tar.bz2
portable-b78f2939398db49bb1dfabaa48529d11ae687e20.zip
filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems
Diffstat (limited to 'man/update_links.sh')
-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