diff options
author | Brent Cook <bcook@openbsd.org> | 2018-06-16 21:28:35 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-06-16 21:28:35 -0500 |
commit | b78f2939398db49bb1dfabaa48529d11ae687e20 (patch) | |
tree | e51082046cfec197f38a3e01c4c3ef77d9b3dd6a /man/update_links.sh | |
parent | bf368e58e7d7737957438fac99016f4e05a094f1 (diff) | |
download | portable-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-x | man/update_links.sh | 2 |
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 @@ | |||
16 | makewhatis -a . | 16 | makewhatis -a . |
17 | 17 | ||
18 | echo "# This is an auto-generated file by $0" > links | 18 | echo "# 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 |