From 162405e5f5c424607f0593ef087865445afd139b Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 6 Jan 2011 11:22:04 -0600 Subject: [PATCH] usr/share/man/man1/byobu-disable.1, usr/share/man/man1/byobu- enable.1, usr/share/man/man1/byobu-janitor.1, usr/share/man/man1/byobu-launch.1, usr/share/man/man1/Makefile.am: - add a few missing manpages - add notes to the location of the GPL on Fedora --- debian/changelog | 7 +++++-- usr/share/man/man1/byobu-disable.1 | 1 + usr/share/man/man1/byobu-enable.1 | 32 ++++++++++++++++++++++++++++++ usr/share/man/man1/byobu-janitor.1 | 26 ++++++++++++++++++++++++ usr/share/man/man1/byobu-launch.1 | 1 + 5 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 usr/share/man/man1/byobu-disable.1 create mode 100644 usr/share/man/man1/byobu-enable.1 create mode 100644 usr/share/man/man1/byobu-janitor.1 create mode 100644 usr/share/man/man1/byobu-launch.1 diff --git a/debian/changelog b/debian/changelog index 8fb68b9c..db92757d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,8 +22,11 @@ byobu (3.21) unreleased; urgency=low [ Jan Klepek ] * usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-status.1, - usr/share/man/man1/Makefile.am: add a few missing manpages, and add - notes to the location of the GPL on Fedora + usr/share/man/man1/byobu-disable.1, usr/share/man/man1/byobu- + enable.1, usr/share/man/man1/byobu-janitor.1, + usr/share/man/man1/byobu-launch.1, usr/share/man/man1/Makefile.am: + - add a few missing manpages + - add notes to the location of the GPL on Fedora -- Dustin Kirkland Mon, 03 Jan 2011 11:44:19 -0600 diff --git a/usr/share/man/man1/byobu-disable.1 b/usr/share/man/man1/byobu-disable.1 new file mode 100644 index 00000000..4ef9757f --- /dev/null +++ b/usr/share/man/man1/byobu-disable.1 @@ -0,0 +1 @@ +.so man1/byobu-enable.1 diff --git a/usr/share/man/man1/byobu-enable.1 b/usr/share/man/man1/byobu-enable.1 new file mode 100644 index 00000000..a1c69ffc --- /dev/null +++ b/usr/share/man/man1/byobu-enable.1 @@ -0,0 +1,32 @@ +.TH byobu-enable 1 "6 January 2011" byobu "byobu" +.SH NAME +byobu-enable, byobu-disable \- wrapper script for enabling/disabling automatic startup of byobu after login into text console + +.SH SYNOPSIS +\fBbyobu-enable\fP +.TP +\fBbyobu-disable\fP + +.SH DESCRIPTION +\fBbyobu-enable\fP will do two things: + 1) run \fBbyobu-launcher-install\fP(1) to configure \fBbyobu\fP(1) to launch automatically on login + 2) then launch \fBbyobu\fP(1) + +\fBbyobu-disable\fP will simply run \fBbyobu-launcher-uninstall\fP(1). + +.SH "BUGS" + +None found, yet. + +.SH SEE ALSO +.PD 0 +.TP +\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1) +.TP +\fBhttp://launchpad.net/byobu\fP +.PD + +.SH AUTHOR +This manpage was written by Jan Klepek and the utility was written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document 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-janitor.1 b/usr/share/man/man1/byobu-janitor.1 new file mode 100644 index 00000000..8464fe19 --- /dev/null +++ b/usr/share/man/man1/byobu-janitor.1 @@ -0,0 +1,26 @@ +.TH byobu-janitor 1 "6 January 2011" byobu "byobu" +.SH NAME +byobu-janitor \- script for cleaning and upgrading environment after upgrades + +.SH SYNOPSIS +\fBbyobu-janitor\fP + +.SH DESCRIPTION +\fBbyobu-janitor\fP is script for cleaning environment after upgrades, it consists from several tasks where aim is to ensure that environment is ready for new version of byobu. + +.SH "BUGS" + +None found, yet. + +.SH SEE ALSO +.PD 0 +.TP +\fBscreen\fP(1), \fBbyobu-config\fP, \fBbyobu-export\fP, \fBbyobu-status\fP, \fBbyobu-status-detail\fB +.TP +\fBhttp://launchpad.net/byobu\fP +.PD + +.SH AUTHOR +This manpage was written by Jan Klepek and the utility was written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document 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-launch.1 b/usr/share/man/man1/byobu-launch.1 new file mode 100644 index 00000000..405c7bd5 --- /dev/null +++ b/usr/share/man/man1/byobu-launch.1 @@ -0,0 +1 @@ +.so man1/byobu-launcher.1