aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2017-02-10 12:59:18 +0000
committernicm <nicm>2017-02-10 12:59:18 +0000
commitd22c15107ba3bd019cfbc3e83cd1b12acf258029 (patch)
tree53b6c591d5d478cc99c5651e908a6605c833a40a /tmux.1
parentc6a3446398648fc2cc3682c351b57b9bfe5bc5f0 (diff)
downloadrtmux-d22c15107ba3bd019cfbc3e83cd1b12acf258029.tar.gz
rtmux-d22c15107ba3bd019cfbc3e83cd1b12acf258029.tar.bz2
rtmux-d22c15107ba3bd019cfbc3e83cd1b12acf258029.zip
Don't use a bufferevent for the tty, so we can keep better track of what
is being written and when. Also a manpage typo fix from jmc@.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index d4f5a891..012219f3 100644
--- a/tmux.1
+++ b/tmux.1
@@ -860,7 +860,7 @@ If
is given, it specifies a
.Ic session group .
Sessions in the same group share the same set of windows - new windows are
-linked to all sessions in the grouo and any windows closed removed from all
+linked to all sessions in the group and any windows closed removed from all
sessions.
The current and previous window and any session options remain independent and
any session in a group may be killed without affecting the others.