core/man/makewhatis

9 lines
111 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
#!/bin/sh
#
# /etc/cron/daily/makewhatis: update the whatis database
#
/usr/sbin/makewhatis -w
# End of file