summaryrefslogtreecommitdiffstats
path: root/etc/periodic/weekly/330.catman
blob: 5a4f490d96c5496e706cd7e5a4a8f51f23962cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -
#
# $FreeBSD$
#

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