diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-12 03:17:19 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-12 03:17:19 -0500 |
commit | f1b00f4fb869670848a4de42192bce7feee15030 (patch) | |
tree | 0d0353e56eac374d904137388f80e479f264917e /man | |
parent | c5eef7f11cee9d9528e5b39e32395eddb7f4eb3b (diff) | |
download | portable-f1b00f4fb869670848a4de42192bce7feee15030.tar.gz portable-f1b00f4fb869670848a4de42192bce7feee15030.tar.bz2 portable-f1b00f4fb869670848a4de42192bce7feee15030.zip |
sudo/doas
Diffstat (limited to 'man')
-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 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 | ||
5 | echo "# This is an auto-generated file by $0" > links | 5 | echo "# This is an auto-generated file by $0" > links |
6 | sudo makewhatis | 6 | doas makewhatis |
7 | for i in `ls -1 *.3`; do | 7 | for 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 \ |