docs: updates and new manual page for pcp-htop

Add some words about pcp-htop to the main man page, and add a
new man page describing the pcp-htop configuration files that
allow new meters and columns to be defined at runtime.
This commit is contained in:
Nathan Scott
2021-07-23 11:50:28 +10:00
parent 4f3ba680fb
commit 04da92dfd1
4 changed files with 298 additions and 3 deletions

View File

@ -663,7 +663,7 @@ AM_CONDITIONAL([HTOP_PCP], [test "$my_htop_platform" = pcp])
AM_CONDITIONAL([HTOP_UNSUPPORTED], [test "$my_htop_platform" = unsupported])
AC_SUBST(my_htop_platform)
AC_CONFIG_FILES([Makefile htop.1])
AC_CONFIG_FILES([Makefile htop.1 pcp-htop.5])
AC_OUTPUT
if test "$my_htop_platform" = unsupported; then