aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0c83041..b191cc6 100755
--- a/man/update_links.sh
+++ b/man/update_links.sh
@@ -3,7 +3,7 @@
3# Run this periodically to ensure that the manpage links are up to date 3# Run this periodically to ensure that the manpage links are up to date
4 4
5echo "# This is an auto-generated file by $0" > links 5echo "# This is an auto-generated file by $0" > links
6sudo makewhatis 6doas makewhatis
7for i in `ls -1 *.3`; do 7for i in `ls -1 *.3`; do
8 name=`echo $i|cut -d. -f1` 8 name=`echo $i|cut -d. -f1`
9 links=`sqlite3 /usr/share/man/mandoc.db \ 9 links=`sqlite3 /usr/share/man/mandoc.db \