From 397b34bad917ebbdf93cbdad2e951b1aad0ecb36 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 6 Jan 2011 11:34:08 -0600 Subject: [PATCH] usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-select- session.1: escape hyphens --- debian/changelog | 2 ++ usr/share/man/man1/byobu-select-session.1 | 2 +- usr/share/man/man1/byobu.1 | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 985bdcbc..9ad5ef5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ byobu (3.22) unreleased; urgency=low * usr/share/byobu/windows/common: should not be executable + * usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-select- + session.1: escape hyphens -- Dustin Kirkland Thu, 06 Jan 2011 11:28:39 -0600 diff --git a/usr/share/man/man1/byobu-select-session.1 b/usr/share/man/man1/byobu-select-session.1 index 43a5875c..2a2cbca6 100644 --- a/usr/share/man/man1/byobu-select-session.1 +++ b/usr/share/man/man1/byobu-select-session.1 @@ -6,7 +6,7 @@ byobu\-select\-session \- select and connect to a byobu session \fBbyobu\-select\-session\fP is an application that lists the available screen sessions running on the system, and prompts the user to select one. If an invalid selection is chosen 3 times in a row, the user is connected to the youngest session. If only one session exists, the user is connected to that session. If no sessions exist, a new session is created. Named sessions that begin with a "." are "hidden" from \fBbyobu\-select\-session\fP(1). This is useful, for instance, if you do not want a session to be automatically selected at login. Example: - byobu -S .hidden + byobu \-S .hidden .SH "SEE ALSO" .PD 0 diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index 85575fb7..08a8ae44 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -31,7 +31,7 @@ Note that DATA=\fI$HOME/.byobu\fP. \fBcustom\fP \- user defined custom scripts; must be executable programs of any kind in \fI$DATA/bin\fP; must be named N_NAME, where N is the frequency in seconds to refresh the status indicator, and NAME is the name of the script; N should not be less than 5 seconds; the script should echo a small amount of text to standard out, standard error is discarded; the indicator will be displayed in the lower panel, in inverted colors to your current background/foreground scheme, unless you manually specify the colors in your script's output; BEWARE, cpu-intensive custom scripts may impact your overall system performance and could upset your system administrator! Example: \fI$DATA/bin/1000_uname\fP #!/bin/sh - printf "\\005{= bw}%s\\005{\-}" "$(uname -r)" + printf "\\005{= bw}%s\\005{\-}" "$(uname \-r)" \fBdate\fP \- the system date in YYYY-MM-DD formate; displayed in the lower on the far right in the default text color on the default background @@ -95,7 +95,7 @@ Note that DATA=\fI$HOME/.byobu\fP. Byobu name screen sessions "byobu", if unspecified. To hide sessions from \fBbyobu-select-session\fP(1), prepend a "." to the beginning of the session name, like: - byobu -S .hidden + byobu \-S .hidden .SH WINDOWS