From 2813e92351f4994f64406ac092391d8e653b8432 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 10 May 2011 23:03:45 +0200 Subject: [PATCH] usr/share/man/man1/byobu-ctrl-a.1, usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/Makefile.am: document the new tools --- debian/changelog | 2 ++ usr/share/man/man1/Makefile.am | 2 +- usr/share/man/man1/byobu-ctrl-a.1 | 19 +++++++++++++++++++ usr/share/man/man1/byobu-quiet.1 | 20 ++++++++++++++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 usr/share/man/man1/byobu-ctrl-a.1 create mode 100644 usr/share/man/man1/byobu-quiet.1 diff --git a/debian/changelog b/debian/changelog index 35d2623d..8a695746 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ byobu (3.35c) unreleased; urgency=low * usr/bin/byobu-quiet, usr/bin/byobu-status, usr/bin/Makefile.am, usr/share/byobu/profiles/common: LP: #780380 - add a byobu-quiet utility, to silence eyecandy + * usr/share/man/man1/byobu-ctrl-a.1, usr/share/man/man1/byobu-quiet.1, + usr/share/man/man1/Makefile.am: document the new tools -- Dustin Kirkland Tue, 03 May 2011 12:11:10 -0500 diff --git a/usr/share/man/man1/Makefile.am b/usr/share/man/man1/Makefile.am index 3faf3c17..fc03753b 100644 --- a/usr/share/man/man1/Makefile.am +++ b/usr/share/man/man1/Makefile.am @@ -1 +1 @@ -man_MANS = byobu.1 byobu-config.1 byobu-disable.1 byobu-enable.1 byobu-export.1 byobu-janitor.1 byobu-launch.1 byobu-launcher.1 byobu-launcher-install.1 byobu-launcher-uninstall.1 byobu-reconnect-sockets.1 byobu-select-profile.1 byobu-select-session.1 byobu-status.1 byobu-status-detail.1 shell.1 +man_MANS = byobu.1 byobu-config.1 byobu-ctrl-a.1 byobu-disable.1 byobu-enable.1 byobu-export.1 byobu-janitor.1 byobu-launch.1 byobu-launcher.1 byobu-launcher-install.1 byobu-launcher-uninstall.1 byobu-reconnect-sockets.1 byobu-select-profile.1 byobu-select-session.1 byobu-status.1 byobu-status-detail.1 shell.1 diff --git a/usr/share/man/man1/byobu-ctrl-a.1 b/usr/share/man/man1/byobu-ctrl-a.1 new file mode 100644 index 00000000..9c221b22 --- /dev/null +++ b/usr/share/man/man1/byobu-ctrl-a.1 @@ -0,0 +1,19 @@ +.TH byobu-ctrl-a 1 "10 May 2011" byobu "byobu" +.SH NAME +byobu\-ctrl\-a \- Configure Byobu's ctrl-a behavior + +.SH DESCRIPTION +\fBbyobu\-ctrl\-a\fP is an interactive program that allows a user to configure the behavior of the 'ctrl-a' key sequence. + +Traditional GNU \fBscreen\fP(1) uses ctrl-a as its escape character, while GNU \fBemacs\fP(1) uses ctrl-a to move the cursor to the beginning of the line. This conflict has caused unending amounts of grief among Screen, Byobu, and Emacs-mode users. + +Thus, this program exists to allow each user to choose the behavior of ctrl-a in their local environment. + +.TP +\fIhttp://launchpad.net/byobu\fP +.PD + +.SH AUTHOR +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. + +The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP. diff --git a/usr/share/man/man1/byobu-quiet.1 b/usr/share/man/man1/byobu-quiet.1 new file mode 100644 index 00000000..92523652 --- /dev/null +++ b/usr/share/man/man1/byobu-quiet.1 @@ -0,0 +1,20 @@ +.TH byobu-quiet 1 "10 May 2011" byobu "byobu" +.SH NAME +byobu\-quiet \- Silence all of Byobu's status indicators and eliminate the hardstatus line + +.SH USAGE +byobu\-quiet [--undo] + +.SH DESCRIPTION +\fBbyobu\-quiet\fP will disable ALL of Byobu's status indicators and eliminate the hardstatus line. + +Some administrators, in some environments, at some times may prefer a very minimal, quiet Byobu, without the potentially distracting status indicators and eye candy. However, the window menu is preserved, as well as all of Byobu's keybindings and helper utilities. + +.TP +\fIhttp://launchpad.net/byobu\fP +.PD + +.SH AUTHOR +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation. + +The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.