summaryrefslogtreecommitdiffstats
path: root/etc/periodic/weekly/330.catman
blob: 0444ada068fe77ce8afcfa50f93f7a41500fb408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -
#
# $Id: 330.catman,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
#

exit 0		# do not run by default

if [ -x /usr/libexec/catman.local -a -d /usr/share/man/cat1 ] ; then
    echo ""
    echo "Reformatting manual pages:"

    echo /usr/libexec/catman.local "${MANPATH}" | su -fm man
fi
OpenPOWER on IntegriCloud