diff --git a/debian/changelog b/debian/changelog index 4b7a0f75..9d4321d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ byobu (4.45) unreleased; urgency=low usr/share/man/man1/byobu-select-backend.1, usr/share/man/man1/Makefile.am: - add a utility to select default byobu backend (screen or tmux) + * usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-select- + backend.1: + - document backend selection -- Dustin Kirkland Wed, 26 Oct 2011 10:05:01 -0500 diff --git a/usr/share/man/man1/byobu-select-backend.1 b/usr/share/man/man1/byobu-select-backend.1 index 7b9e32f1..5b27805e 100644 --- a/usr/share/man/man1/byobu-select-backend.1 +++ b/usr/share/man/man1/byobu-select-backend.1 @@ -3,17 +3,22 @@ byobu\-select\-backend \- select your default Byobu backend window manager .SH SYNOPSIS -byobu\-select\-backend [screen|tmux] +\fBbyobu\-select\-backend\fP [screen|tmux] .SH DESCRIPTION \fBbyobu\-select\-backend\fP is an application that lists the available Byobu backends and allows you to select your default. You can select one of either \fBscreen\fP(1) or \fBtmux\fP(1) on the command line, or giving no command line parameters, the utility will run interactively. +This utility will only affect which backend is used by default when simply running, \fBbyobu\fP(1). Note that at any time, you can force the backend of a particular session by running the helpers, \fBbyobu-screen\fP(1) or \fBbyobu-tmux\fP(1). + +.SH FILES +\fI~/.byobu/backend\fP + .SH "SEE ALSO" .PD 0 .TP -\fBbyobu\fP(1), \fBscreen\fP(1), \fBtmux\fP(1) +\fBbyobu\fP(1), \fBbyobu-screen\fP(1), \fBbyobu-tmux\fP(1), \fBscreen\fP(1), \fBtmux\fP(1) .TP \fIhttp://launchpad.net/byobu\fP diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index d058a78f..39711c4e 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -5,7 +5,11 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s .SH SYNOPSIS \fBbyobu\fP [screen options] -Options to \fBbyobu\fP are simply passed through \fBscreen\fP(1). +\fBbyobu\-screen\fP [screen options] + +\fBbyobu\-tmux\fP [tmux options] + +Options to \fBbyobu\fP are simply passed through \fBscreen\fP(1) or \fBtmux\fP(1). .SH DESCRIPTION \fBbyobu\fP is a script that launches GNU screen in the byobu configuration. This enables the display of system information and status notifications within two lines at the bottom of the screen session. It also enables multiple tabbed terminal sessions, accessible through simple keystrokes. @@ -197,7 +201,7 @@ Byobu requires a suitable \fBulimit\fP(3) values to run. If you get an error at .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), \fBbyobu-enable\fB(1), \fBbyobu-launch\fB(1) +\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1), \fBbyobu-enable\fB(1), \fBbyobu-launch\fB(1), \fBtmux\fP(1) .TP \fIhttp://launchpad.net/byobu\fP .PD