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:
Dustin Kirkland 2011-01-06 11:04:13 -06:00
commit 0ec50d335e
4 changed files with 10 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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.