summaryrefslogtreecommitdiffstats
path: root/man/makewhatis
blob: a59432cc41c11dcac815c368a466945d8712c039 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# /etc/cron/daily/makewhatis: update the whatis database
#

/usr/sbin/makewhatis -w

# End of file