From 20e90f3191838191859f2841cace072d80c1e8ca Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 27 Feb 2011 09:25:16 -0600 Subject: [PATCH] usr/share/man/man1/byobu.1: fix minor manpage typo, add SERVICES example --- debian/changelog | 1 + usr/share/man/man1/byobu.1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1b1d35c5..8f64393d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ byobu (3.29) unreleased; urgency=low [ Dustin Kirkland ] * 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 ] * usr/lib/byobu/disk_io: canonicalize symlinks so that disk_io works diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index 2dd15ad8..83cad3e1 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -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 -\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