mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 10:46:58 -07:00
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
This commit is contained in:
parent
35014de4ff
commit
0ec50d335e
4 changed files with 10 additions and 5 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
|||
byobu (3.21) unreleased; urgency=low
|
||||
|
||||
[ Dustin Kirkland ]
|
||||
* usr/bin/byobu-select-profile: ensure that $DATA exists, LP: #697724
|
||||
* usr/bin/byobu, usr/bin/byobu-janitor: move the print for window
|
||||
title setting into byobu-janitor, which should ensure that it
|
||||
|
@ -10,6 +11,11 @@ byobu (3.21) unreleased; urgency=low
|
|||
* usr/share/byobu/keybindings/f-keys: add keybindings for splits in
|
||||
tty; sadly ctrl-f2 (vertical split) not working yet
|
||||
|
||||
[ 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
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 03 Jan 2011 11:44:19 -0600
|
||||
|
||||
byobu (3.20-0ubuntu1) natty; urgency=low
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
man_MANS = byobu.1 byobu-config.1 byobu-export.1 byobu-launcher.1 byobu-reconnect-sockets.1 byobu-select-profile.1 byobu-select-session.1 byobu-status.1 byobu-status-detail.1 shell.1 byobu-launcher-install.1 byobu-launcher-uninstall.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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
byobu\-status \- Common starting point for running byobu status commands
|
||||
|
||||
.SH DESCRIPTION
|
||||
\fBbyobu\-status\fP is a simple script that takes a single argument: a script defined in /usr/lib/byobu. This wrapper is useful for doing some common functionality, like setting the cpu and/or io priority, determining sane defaults, pre/post processing.
|
||||
\fBbyobu\-status\fP is a simple script that takes a single argument: a script defined in //usr/libexec/byobu. This wrapper is useful for doing some common functionality, like setting the cpu and/or io priority, determining sane defaults, pre/post processing.
|
||||
|
||||
.TP
|
||||
\fIhttp://launchpad.net/byobu\fP
|
||||
|
|
|
@ -179,7 +179,7 @@ Users of a non-UTF8 locale (such as cs_CZ charset ISO-8859-2), may need to add "
|
|||
.SH SEE ALSO
|
||||
.PD 0
|
||||
.TP
|
||||
\fBscreen\fP(1), \fBbyobu-config\fP, \fBbyobu-export\fP, \fBbyobu-status\fP, \fBbyobu-status-detail\fB
|
||||
\fBscreen\fP(1), \fBbyobu-config\fP, \fBbyobu-export\fP, \fBbyobu-status\fP, \fBbyobu-status-detail\fB, \fBbyobu-enable\fB, \fBbyobu-launch\fB
|
||||
.TP
|
||||
\fIhttp://launchpad.net/byobu\fP
|
||||
.PD
|
||||
|
@ -187,4 +187,4 @@ Users of a non-UTF8 locale (such as cs_CZ charset ISO-8859-2), may need to add "
|
|||
.SH AUTHOR
|
||||
This manpage 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.
|
||||
|
||||
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
|
||||
The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL on Debian systems or in /usr/share/doc/fedora-release-*/GPL on Fedora systems.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue