From 8f98d189e088e92224ac98cc45b6845c7f4374ad Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 24 Jan 2013 18:35:40 -0600 Subject: [PATCH] * usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/byobu-silent.1: - fix lintian info messages --- debian/changelog | 3 +++ usr/share/man/man1/byobu-quiet.1 | 2 +- usr/share/man/man1/byobu-silent.1 | 2 +- usr/share/man/man1/byobu.1 | 6 +++--- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 199c68db..a98d97b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ byobu (5.30) unreleased; urgency=low debian/po/pt.po, debian/po/ru.po, debian/po/templates.pot, debian/po/POTFILES.in: - re-add this file, not sure when/how it got removed, fixes lintian + * usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-quiet.1, + usr/share/man/man1/byobu-silent.1: + - fix lintian info messages -- Dustin Kirkland Sat, 19 Jan 2013 14:18:01 -0600 diff --git a/usr/share/man/man1/byobu-quiet.1 b/usr/share/man/man1/byobu-quiet.1 index 8469e1b2..ae5862dc 100644 --- a/usr/share/man/man1/byobu-quiet.1 +++ b/usr/share/man/man1/byobu-quiet.1 @@ -3,7 +3,7 @@ byobu\-quiet \- Silence all of Byobu's status indicators and eliminate the hardstatus line .SH USAGE -byobu\-quiet [--undo] +byobu\-quiet [\-\-undo] .SH DESCRIPTION \fBbyobu\-quiet\fP will disable ALL of Byobu's status indicators and eliminate the hardstatus line. diff --git a/usr/share/man/man1/byobu-silent.1 b/usr/share/man/man1/byobu-silent.1 index 3074f00e..a6907053 100644 --- a/usr/share/man/man1/byobu-silent.1 +++ b/usr/share/man/man1/byobu-silent.1 @@ -3,7 +3,7 @@ byobu\-silent\- Silence all of Byobu's status indicators, eliminate the hardstatus line, and the window list .SH USAGE -byobu\-silent [--undo] +byobu\-silent [\-\-undo] .SH DESCRIPTION \fBbyobu\-silent\fP will disable ALL of Byobu's status indicators, eliminate the hardstatus line, and the window list. diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index 478e438b..7dda03c7 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -14,7 +14,7 @@ Options to \fBbyobu\fP are simply passed through \fBscreen\fP(1) or \fBtmux\fP(1 .SH DESCRIPTION \fBbyobu\fP is a script that launches a text based window manager (either \fBscreen\fP(1) or \fBtmux\fP(1)) in the byobu configuration. This enables the display of system information and status notifications within two lines at the bottom of the screen session. It also enables multiple tabbed terminal sessions, accessible through simple keystrokes. -\fBbyobu\fP currently defaults to using \fBtmux\fP(1) (if present) as the backend, however, this can be overriden with the \fBbyobu-select-backend\fP(1) utility. +\fBbyobu\fP currently defaults to using \fBtmux\fP(1) (if present) as the backend, however, this can be overridden with the \fBbyobu-select-backend\fP(1) utility. Note that BYOBU_CONFIG_DIR=\fI$XDG_CONFIG_HOME/byobu\fP if defined, and \fI$HOME/.byobu\fP otherwise. @@ -210,9 +210,9 @@ Users of a non-UTF-8 locale (such as cs_CZ charset ISO-8859-2), may need to add Users who customize their PS1 prompt need to put this setting in \fI~/.bashrc\fP, rather than \fI~/.profile\fP, in order for it to work correctly with Byobu. -If you run \fBbyobu\fP(1) under \fBsudo\fP(8), you \fBmust\fP use the -H option, such that the user's $HOME directory environment variable is set properly. Otherwise, \fBbyobu\fP(1) will create a bunch of directories in the $SUDO_USER's $HOME, but will be owned by root. To prevent this from happening, \fBbyobu\fP(1) will simply refuse to run if $USER does not own $HOME. +If you run \fBbyobu\fP(1) under \fBsudo\fP(8), you \fBmust\fP use the \-H option, such that the user's $HOME directory environment variable is set properly. Otherwise, \fBbyobu\fP(1) will create a bunch of directories in the $SUDO_USER's $HOME, but will be owned by root. To prevent this from happening, \fBbyobu\fP(1) will simply refuse to run if $USER does not own $HOME. -Byobu requires a suitable \fBulimit\fP(3) values to run. If you get an error at startup saying, 'pipe: too many open files', then check your ulimit -a values, as your "open files" or "max user processes" are too low. In this case, you will probably need to run simple \fBscreen\fP(1) +Byobu requires a suitable \fBulimit\fP(3) values to run. If you get an error at startup saying, 'pipe: too many open files', then check your ulimit \-a values, as your "open files" or "max user processes" are too low. In this case, you will probably need to run simple \fBscreen\fP(1) .SH SEE ALSO .PD 0