Manual Page Result
0
Command: pkg_check-manpages | Section: 1 | Source: OpenBSD | File: pkg_check-manpages.1
PKG_CHECK-MANPAGES(1) FreeBSD General Commands Manual PKG_CHECK-MANPAGES(1)
NAME
pkg_check-manpages - verify manpage subjects in packages
SYNOPSIS
pkg_check-manpages [-p] [pkgname ...]
DESCRIPTION
pkg_check-manpages is used to check manpages in a collection of packages.
It will extract all manpages from the pkgname arguments into a directory
named manpages.XXXXXXXXXXXX (see mktemp(1)) and run them through
makewhatis(8).
Note that this directory is not cleared on exit, so that the problematic
manpages can be examined more precisely.
If no pkgname argument is passed, it will process all *.tgz files in the
current directory.
Options are as follows:
-p Run makewhatis(8) in picky mode.
Errors reported in picky mode should usually be fixed, as it means the
subject line stored in the whatis database will be useless to find out
the corresponding manpage.
FreeBSD 14.1-RELEASE-p8 July 10, 2018 FreeBSD 14.1-RELEASE-p8