Skip to content

Commit afee530

Browse files
committed
Mention makewhatis; close #19
1 parent 58843c4 commit afee530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

do_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ for file in "$tmp_man"/*.3 ; do
1818
install -m 0644 "$file" "$out";
1919
gzip -f "$out";
2020
done
21-
echo "Done; it's advised to run 'sudo mandb' now."
21+
echo "Done; it's advised to run 'sudo mandb' (GNU) or 'sudo makewhatis' (BSD) now."

0 commit comments

Comments
 (0)