mirror of https://github.com/xzeldon/htop.git
Year 2022 updates
This commit is contained in:
parent
442c1596f6
commit
2c3a64ac9c
|
@ -713,7 +713,7 @@ AC_SUBST([AM_CPPFLAGS])
|
||||||
# We're done, let's go!
|
# We're done, let's go!
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED([COPYRIGHT], ["(C) 2004-2019 Hisham Muhammad. (C) 2020-2021 htop dev team."], [Copyright message.])
|
AC_DEFINE_UNQUOTED([COPYRIGHT], ["(C) 2004-2019 Hisham Muhammad. (C) 2020-2022 htop dev team."], [Copyright message.])
|
||||||
|
|
||||||
AM_CONDITIONAL([HTOP_LINUX], [test "$my_htop_platform" = linux])
|
AM_CONDITIONAL([HTOP_LINUX], [test "$my_htop_platform" = linux])
|
||||||
AM_CONDITIONAL([HTOP_FREEBSD], [test "$my_htop_platform" = freebsd])
|
AM_CONDITIONAL([HTOP_FREEBSD], [test "$my_htop_platform" = freebsd])
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "HTOP" "1" "2021" "@PACKAGE_STRING@" "User Commands"
|
.TH "HTOP" "1" "2022" "@PACKAGE_STRING@" "User Commands"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
htop, pcp-htop \- interactive process viewer
|
htop, pcp-htop \- interactive process viewer
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
|
@ -663,7 +663,7 @@ communities, and forms part of the Performance Co-Pilot suite of tools.
|
||||||
.SH "COPYRIGHT"
|
.SH "COPYRIGHT"
|
||||||
Copyright \(co 2004-2019 Hisham Muhammad.
|
Copyright \(co 2004-2019 Hisham Muhammad.
|
||||||
.br
|
.br
|
||||||
Copyright \(co 2020-2021 htop dev team.
|
Copyright \(co 2020-2022 htop dev team.
|
||||||
.LP
|
.LP
|
||||||
License GPLv2+: GNU General Public License version 2 or, at your option, any later version.
|
License GPLv2+: GNU General Public License version 2 or, at your option, any later version.
|
||||||
.LP
|
.LP
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "PCP-HTOP" "5" "2021" "@PACKAGE_STRING@" "File Formats"
|
.TH "PCP-HTOP" "5" "2022" "@PACKAGE_STRING@" "File Formats"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\f3pcp-htop\f1 \- pcp-htop configuration file
|
\f3pcp-htop\f1 \- pcp-htop configuration file
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
|
|
Loading…
Reference in New Issue