mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
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:
parent
e02bf6b318
commit
162405e5f5
5 changed files with 65 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -22,8 +22,11 @@ byobu (3.21) unreleased; urgency=low
|
||||||
|
|
||||||
[ Jan Klepek ]
|
[ Jan Klepek ]
|
||||||
* usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-status.1,
|
* 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
|
usr/share/man/man1/byobu-disable.1, usr/share/man/man1/byobu-
|
||||||
notes to the location of the GPL on Fedora
|
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 <kirkland@ubuntu.com> Mon, 03 Jan 2011 11:44:19 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 03 Jan 2011 11:44:19 -0600
|
||||||
|
|
||||||
|
|
1
usr/share/man/man1/byobu-disable.1
Normal file
1
usr/share/man/man1/byobu-disable.1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.so man1/byobu-enable.1
|
32
usr/share/man/man1/byobu-enable.1
Normal file
32
usr/share/man/man1/byobu-enable.1
Normal 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.
|
26
usr/share/man/man1/byobu-janitor.1
Normal file
26
usr/share/man/man1/byobu-janitor.1
Normal 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.
|
1
usr/share/man/man1/byobu-launch.1
Normal file
1
usr/share/man/man1/byobu-launch.1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.so man1/byobu-launcher.1
|
Loading…
Add table
Add a link
Reference in a new issue