summaryrefslogtreecommitdiffstats
path: root/htop.1.in
AgeCommit message (Collapse)Author
2024-02-28documentation update "pcp htop" –> "pcp-htop"kew24
Rarely (if ever) do we see references in the documentation to `pcp htop` (it's mainly just `pcp-htop`, with a hyphen instead of a space). I fixed the documentation to reflect this. Feel free to ignore this if the space is intentional.
2024-01-01Updates for 2024. Happy New Year!Daniel Lange
2023-12-13Review comments for memory size manual clarificationsTom Sparrow
2023-12-11Note in manual re default memory units of KiBTom Sparrow
Addresses https://github.com/htop-dev/htop/issues/1340
2023-10-24Add a note about when the configuration is savedBenny Baumann
2023-05-24Document 'O' keyboard shortcutSahil Siddiq
Co-authored-by: BenBE <BenBE@geshi.org>
2023-02-16Document e3481a98 in man page (Linux: highlight username if process has ↵Daniel Lange
elevated privileges)
2023-01-08Updates for 2023. Happy New Year!Daniel Lange
2022-08-09Document idle process stateChristian Göttsche
Closes: #1001
2022-04-30Document screen tab switching (TAB, Shift-TAB keys)Daniel Lange
2022-03-25Improve String_contains_i to allow for multiple termsDaniel Lange
This enables: * Multiple filters in the main panel and strace etc. views * Multiple search terms The search terms are separated by "|" and are still fixed strings matched case-insensitive. Added a multi flag at request of BenBE.
2022-02-13Remove duplicate sections on COMM and EXEDaniel Lange
Closes #934 Thank you, Narendran Gopalakrishnan (gnarendran)!
2022-01-11Fix typoTobias Stoeckmann
This typo has been found with codespell.
2022-01-03Year 2022 updatesDaniel Lange
2021-11-28Document CCGROUP columnBenny Baumann
2021-10-24Allow -u UIDнаб
Defaults to username, of course, like all POSIX utilities do
2021-10-19Elaborate the highlighting of outdated/deleted executables and librariesBenny Baumann
2021-09-22Make the "Released under the GNU GPLv2+. See 'man' page for more info." from ↵Daniel Lange
ScreenManager.c valid
2021-09-02linux: drop dead process field column DIRTYChristian Göttsche
The field for dirty pages in /proc/[pid]/statm is always 0 since Linux 2.6 (see man:proc(5)).
2021-08-13Merge pull request #705 from natoscott/pcp-htop-manualNathan Scott
docs: updates and new manual page for pcp-htop
2021-08-13Apply suggestions from code reviewNathan Scott
Co-authored-by: BenBE <BenBE@geshi.org>
2021-08-09Add Shift-F7, Shift-F8 keybindings for autogroupsDaniel Lange
2021-08-09Add columns for process autogroup identifier and nice valueNathan Scott
Adds AGRP (autogroup) and ANI (autogroup nice) columns that report the information from /proc/PID/autogroup, as well as handlers for '{' and '}' to change the autogroup nice value. This is guarded by /proc/sys/kernel/sched_autogroup_enabled such that sampling and/or changing values wont be attempted unless the kernel feature is enabled. Fixes: #720
2021-08-03docs: updates and new manual page for pcp-htopNathan Scott
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.
2021-05-30htop.1.in: Some grammatical errors are fixed.Varik Valefor
2021-05-30htop.1.in: A grammatical error is fixed.Varik Valefor
2021-05-23Update documentation for basename coloring of cmdline/exe columnsBenny Baumann
2021-04-14Rework TTY columnChristian Göttsche
* Rename internal identifier from TTY_NR to just TTY * Unify column header on platforms * Use devname(3) on BSD derivate to show the actual terminal, simplifies current FreeBSD implementation. * Use 'unsigned long int' as id type, to fit dev_t on Linux. Only on Solaris the terminal path is not yet resolved.
2021-04-14Add read-only optionChristian Göttsche
Add command line option to disable all system and process changing features.
2021-04-14Rename drop-capabilities options none to offChristian Göttsche
None might be ambiguous whether we are dropping none or whether we keep none. Rename to off to make more clear this option does not drop any.
2021-03-03Document PERCENT_NORM_CPU and mention Irix / Solaris modes (top lingo)Daniel Lange
2021-02-13Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange
(and PID 2 if kernel threads are shown) Based on hishamhm/htop#510 by Krishna Chaitanya, B Closes #68
2021-02-02Explain historic naming of Light-Weight Processes column aka threadsDaniel Lange
2021-01-11Add option to drop Linux capabilitiesChristian Göttsche
Conflicts with setuid support, but that is commonly not enabled.
2021-01-08Update help and man page for improved -t / -s optionsDaniel Lange
2020-12-25Note Shift-F3 use in man pageDaniel Lange
2020-12-23Added keybind 'N' for sorting by PIDJake Mannens
2020-12-21Document dynamic bindings and assumed external configurationBenny Baumann
2020-12-18Update key mapping documentation for sortingBenny Baumann
2020-12-14Remove superflous breaks around man page section headsNathan Scott
There is no need to start a paragraph explicitly after a section header (SH) in troff - some man linters will complain about this as well.
2020-12-03Document implicit incremental searchBenny Baumann
2020-11-28Typo fix in docsBenny Baumann
2020-11-28Include documentation for COMM and EXEBenny Baumann
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
Closes: #325
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-09Implement screen for active file locksFynn Wulf
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-09use 'w' for command wrapping as 'M' is already usedryenus
since 'M' is already used for sort-by-memory, as with: keys['M'] = actionSortByMemory; reorder help info about shortcut keys