We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58843c4 commit afee530Copy full SHA for afee530
1 file changed
do_install
@@ -18,4 +18,4 @@ for file in "$tmp_man"/*.3 ; do
18
install -m 0644 "$file" "$out";
19
gzip -f "$out";
20
done
21
-echo "Done; it's advised to run 'sudo mandb' now."
+echo "Done; it's advised to run 'sudo mandb' (GNU) or 'sudo makewhatis' (BSD) now."
0 commit comments