#!/bin/sh
#
# $Id: cron.weekly,v 1.4 1996/03/05 12:20:42 alvar Exp $
#

# generate man database
/usr/bin/nice mandb 2>/dev/null > /dev/null

exit 0
