mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user