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
This commit is contained in:
Dustin Kirkland 2011-01-06 11:22:04 -06:00
commit 162405e5f5
5 changed files with 65 additions and 2 deletions

View file

@ -0,0 +1 @@
.so man1/byobu-enable.1

View file

@ -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 <jan.klepek at gmail.com> and the utility was written by Dustin Kirkland <kirkland@canonical.com> 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.

View file

@ -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 <jan.klepek at gmail.com> and the utility was written by Dustin Kirkland <kirkland@canonical.com> 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.

View file

@ -0,0 +1 @@
.so man1/byobu-launcher.1