From 6b89d6433559738acd6797518a177aacefe405bf Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 10 Aug 2011 18:21:27 -0500 Subject: [PATCH] * usr/share/man/man1/byobu-screen.1, usr/share/man/man1/byobu-tmux.1, usr/share/man/man1/Makefile.am: - add manpages --- debian/changelog | 3 +++ usr/share/man/man1/Makefile.am | 2 +- usr/share/man/man1/byobu-screen.1 | 19 +++++++++++++++++++ usr/share/man/man1/byobu-tmux.1 | 19 +++++++++++++++++++ 4 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 usr/share/man/man1/byobu-screen.1 create mode 100644 usr/share/man/man1/byobu-tmux.1 diff --git a/debian/changelog b/debian/changelog index 9c9f7d88..9b137f10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ byobu (4.28) unreleased; urgency=low * usr/share/byobu/profiles/tmux: - purple for pane borders + * usr/share/man/man1/byobu-screen.1, usr/share/man/man1/byobu-tmux.1, + usr/share/man/man1/Makefile.am: + - add manpages -- Dustin Kirkland Wed, 10 Aug 2011 17:59:48 -0500 diff --git a/usr/share/man/man1/Makefile.am b/usr/share/man/man1/Makefile.am index 9481f625..3b0fced6 100644 --- a/usr/share/man/man1/Makefile.am +++ b/usr/share/man/man1/Makefile.am @@ -1 +1 @@ -man_MANS = byobu.1 byobu-config.1 byobu-ctrl-a.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 byobu-shell.1 +man_MANS = byobu.1 byobu-config.1 byobu-ctrl-a.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 byobu-shell.1 byobu-tmux.1 byobu-screen.1 diff --git a/usr/share/man/man1/byobu-screen.1 b/usr/share/man/man1/byobu-screen.1 new file mode 100644 index 00000000..0ba05c8e --- /dev/null +++ b/usr/share/man/man1/byobu-screen.1 @@ -0,0 +1,19 @@ +.TH byobu-screen 1 "10 Aug 2011" byobu "byobu" +.SH NAME +byobu\-screen \- Launch byobu with screen as the backend + +.SH DESCRIPTION +\fBbyobu\-screen\fP launches \fBbyobu\fP(1) with \fBscreen\fP(1) as the backend window manager. + +.SH SEE ALSO + +\fBbyobu\fP(1), \fBscreen\fP(1) + +.TP +\fIhttp://launchpad.net/byobu\fP +.PD + +.SH AUTHOR +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility 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. diff --git a/usr/share/man/man1/byobu-tmux.1 b/usr/share/man/man1/byobu-tmux.1 new file mode 100644 index 00000000..38f43a11 --- /dev/null +++ b/usr/share/man/man1/byobu-tmux.1 @@ -0,0 +1,19 @@ +.TH byobu-tmux 1 "10 Aug 2011" byobu "byobu" +.SH NAME +byobu\-tmux \- Launch byobu with tmux as the backend + +.SH DESCRIPTION +\fBbyobu\-tmux\fP launches \fBbyobu\fP(1) with \fBtmux\fP(1) as the backend window manager. + +.SH SEE ALSO + +\fBbyobu\fP(1), \fBtmux\fP(1) + +.TP +\fIhttp://launchpad.net/byobu\fP +.PD + +.SH AUTHOR +This manpage and the utility were written by Dustin Kirkland for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility 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.