From 0ec50d335ec3bbd1e5852a6688824efeb8508a5c Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 6 Jan 2011 11:04:13 -0600 Subject: [PATCH] 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 --- debian/changelog | 6 ++++++ usr/share/man/man1/Makefile.am | 3 +-- usr/share/man/man1/byobu-status.1 | 2 +- usr/share/man/man1/byobu.1 | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index a962a46b..7b8e69b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 03 Jan 2011 11:44:19 -0600 byobu (3.20-0ubuntu1) natty; urgency=low diff --git a/usr/share/man/man1/Makefile.am b/usr/share/man/man1/Makefile.am index 63b6a94c..3faf3c17 100644 --- a/usr/share/man/man1/Makefile.am +++ b/usr/share/man/man1/Makefile.am @@ -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 diff --git a/usr/share/man/man1/byobu-status.1 b/usr/share/man/man1/byobu-status.1 index 353895c8..0e15eb87 100644 --- a/usr/share/man/man1/byobu-status.1 +++ b/usr/share/man/man1/byobu-status.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 diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index c1fea4c8..e43a3f40 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -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 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.