File: improve-manpage.patch

package info (click to toggle)
rust-procs 0.14.10-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 980 kB
  • sloc: makefile: 53
file content (27 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- a/man/procs.1.adoc
+++ b/man/procs.1.adoc
@@ -40,10 +40,6 @@
 
 *Show Docker container name*:: procs growi
 
-== PAGER
-
-On Linux and macOS, `less` is the default pager. If not available, `more` is used. Built-in pager can be used by configuring `use_builtin`. On Windows, the built-in pager is always used.
-
 == WATCH MODE SHORTCUTS
 
 If `--watch` or `--watch-interval <second>` option is used, procs automatically updates output like `top`.
@@ -55,5 +51,12 @@
 *d*:: Change the sort order to descending
 *q*:: Quit
 
+== CONFIGURATION FILE
+
+The output of *procs* can be fully customized by writing up a configuration file and saving it as
+`$HOME/.config/procs/config.toml` (per-user) or `/etc/procs/procs.toml` (system-wide). A complete example
+can be found at `/usr/share/doc/procs/config.toml.example`. A thorough explanation of the file format
+is provided at https://github.com/dalance/procs or in `/usr/share/doc/procs/README.md`.
+
 == RESOURCES
-*Project source code:* https://github.com/dalance/procs
+*Project source code and full documentation:* https://github.com/dalance/procs