core/man/makewhatis
2006-02-23 15:26:10 +00:00

9 lines
111 B
Bash
Executable File

#!/bin/sh
#
# /etc/cron/daily/makewhatis: update the whatis database
#
/usr/sbin/makewhatis -w
# End of file