a55e27c0e7
for wip by Carsten Kunze. The Heirloom Documentation Tools provide troff, nroff, and related utilities to format manual pages and other documents for output on terminals and printers. They are portable and enhanced versions of the utilities released by Sun as part of OpenSolaris, and, for pic, grap, mpm, and some minor parts, by Lucent as part of Plan 9.
24 lines
949 B
Text
24 lines
949 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2015/04/09 09:35:05 wiz Exp $
|
|
|
|
Running ${PKGNAME} binaries
|
|
===========================
|
|
|
|
Most of the ${PKGNAME} binaries have the same name as their respective
|
|
counterpart in groff. To avoid conflicts the ${PKGNAME} binaries have
|
|
been installed to ${PREFIX}/heirloom-doctools/bin. To use these tools
|
|
you should add this directory to your PATH variable (for e.g. ksh):
|
|
|
|
export PATH=${PREFIX}/heirloom-doctools/bin:$PATH
|
|
|
|
Reading ${PKGNAME} manpages
|
|
===========================
|
|
|
|
The manpages are installed to ${PREFIX}/heirloom-doctools/man. Since
|
|
manpages with the same name are use by groff adding this path to
|
|
man.conf(5) may not make sense. Instead set (ksh example)
|
|
|
|
export MANPATH=${PREFIX}/heirloom-doctools/man:
|
|
|
|
in the terminal where you want to read the manuals.
|
|
===========================================================================
|