mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
usr/share/man/man1/byobu.1: fix lintian warning about hyphen
This commit is contained in:
parent
153126ce97
commit
42e8ea22e9
2 changed files with 5 additions and 4 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -32,6 +32,7 @@ byobu (3.0) unreleased; urgency=low
|
|||
* AUTHORS, README: update email address and install instructions
|
||||
* debian/rules, usr/bin/byobu-export, usr/share/man/man1/byobu-export.1:
|
||||
- deprecate the byobu-export utility
|
||||
* usr/share/man/man1/byobu.1: fix lintian warning about hyphen
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 07 Jul 2010 11:36:03 -0400
|
||||
|
||||
|
|
|
@ -88,10 +88,10 @@ User can also launch Byobu with unique window sets. Users can store these as \f
|
|||
|
||||
For example:
|
||||
$ cat ~/.byobu/windows.ssh_sessions
|
||||
screen -t localhost bash
|
||||
screen -t aussie ssh root@aussie
|
||||
screen -t beagle ssh root@beagle
|
||||
screen -t collie ssh root@collie
|
||||
screen \-t localhost bash
|
||||
screen \-t aussie ssh root@aussie
|
||||
screen \-t beagle ssh root@beagle
|
||||
screen \-t collie ssh root@collie
|
||||
$ BYOBU_WINDOWS=ssh_sessions byobu
|
||||
|
||||
.SH UNITS OF MEASURE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue