diff --git a/debian/changelog b/debian/changelog index 9d0c6f3a..6b90ff7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (5.105) unreleased; urgency=medium - * UNRELEASED + * usr/share/man/man1/byobu.1: + - update examples -- Dustin Kirkland Sun, 28 Feb 2016 23:46:26 -0600 diff --git a/usr/share/man/man1/byobu.1 b/usr/share/man/man1/byobu.1 index 5fa7d73c..4b02a1a3 100644 --- a/usr/share/man/man1/byobu.1 +++ b/usr/share/man/man1/byobu.1 @@ -136,6 +136,9 @@ For example: For example: $ cat $BYOBU_CONFIG_DIR/windows.tmux.split4 new-session 'bash' ; + new-window -n term1 ; + new-window -n term2 ; + new-window -n ssh ssh 10.9.8.7 ; split-window ; split-window ; split-window ;