From 6c2f51fbda973bb171d128ac6c928ca8de45ebb4 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 2 Nov 2010 23:11:13 -0500 Subject: [PATCH] usr/share/man/man1/byobu.1: add a synopsis section that mentions options simply passed through to screen, LP: #669566 --- debian/changelog | 2 ++ usr/share/man/man1/byobu.1 | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1ea8f470..e6a0921f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ byobu (3.7) unreleased; urgency=low - use gsed, where available; should help with BSD issues running byobu, LP: #651993 * README: add a note about gsed + * usr/share/man/man1/byobu.1: add a synopsis section that mentions options + simply passed through to screen, LP: #669566 -- Dustin Kirkland Thu, 21 Oct 2010 12:09:14 -0500 diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index a629dca3..eea2c270 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -2,6 +2,11 @@ .SH NAME byobu \- wrapper script for seeding a user's byobu configuration and launching screen +.SH SYNOPSIS +\fBbyobu\fP [screen options] + +Options to \fBbyobu\fP are simply passed through \fBscreen\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.