mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
usr/share/man/man1/byobu.1: fix minor manpage typo, add SERVICES example
This commit is contained in:
parent
b3b0d9b1cc
commit
20e90f3191
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ byobu (3.29) unreleased; urgency=low
|
||||||
|
|
||||||
[ Dustin Kirkland ]
|
[ Dustin Kirkland ]
|
||||||
* usr/share/man/man1/byobu.1: document PS1 workaround, LP: #525552
|
* usr/share/man/man1/byobu.1: document PS1 workaround, LP: #525552
|
||||||
|
* usr/share/man/man1/byobu.1: fix minor manpage typo, add SERVICES example
|
||||||
|
|
||||||
[ Chow Loong Jin and Dustin Kirkland ]
|
[ Chow Loong Jin and Dustin Kirkland ]
|
||||||
* usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works
|
* usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works
|
||||||
|
|
|
@ -73,7 +73,7 @@ Note that DATA=\fI$HOME/.byobu\fP.
|
||||||
|
|
||||||
\fBrelease\fP \- distribution and version information about the release running on the current system as reported by \fBlsb_release(1)\fP or \fI/etc/issue\fP; displayed in the lower bar in bold black text toward the left on a grey background; you may override the detected release with DISTRO=Whatever in \fI$DATA/statusrc\fP
|
\fBrelease\fP \- distribution and version information about the release running on the current system as reported by \fBlsb_release(1)\fP or \fI/etc/issue\fP; displayed in the lower bar in bold black text toward the left on a grey background; you may override the detected release with DISTRO=Whatever in \fI$DATA/statusrc\fP
|
||||||
|
|
||||||
\fBservices\fP \- users can configure a list of services to monitor, define the SERVICES variable in \fI$DATA/status\fP, a whitespace separated of services, each service should include the init name of the service, then a pipe, and then an abbreviated name or symbol to display when running; displayed in the lower bar toward the center in cyan on a white background
|
\fBservices\fP \- users can configure a list of services to monitor, define the SERVICES variable in \fI$DATA/statusrc\fP, a whitespace separated of services, each service should include the init name of the service, then a pipe, and then an abbreviated name or symbol to display when running (e.g. SERVICES="ssh|ssh apache2|http"); displayed in the lower bar toward the center in cyan on a white background
|
||||||
|
|
||||||
\fBswap\fP \- total swap space and total used as a percentage of the total available; displayed in the lower bar toward the right in white text on a light green background with a trailing '%' sign
|
\fBswap\fP \- total swap space and total used as a percentage of the total available; displayed in the lower bar toward the right in white text on a light green background with a trailing '%' sign
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue