diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-05-30 19:19:43 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-05-30 19:19:43 +0000 |
commit | eadf035d7efcbd23f580e3672991460bb86a3c7c (patch) | |
tree | 45903e4eb3dd8049bfb1218ad3d4e7d8659daf1f /usr.bin/tmux | |
parent | a4b1d6738c54c2796043d89c8b186c1e10594ecd (diff) |
Better to say "command key bindings" since we've just called them
command keys.
Diffstat (limited to 'usr.bin/tmux')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 3a0f9cafba8..f1e8d1787d5 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.171 2010/05/30 19:09:50 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.172 2010/05/30 19:19:42 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -213,7 +213,7 @@ prefix key, .Ql C-b (Ctrl-b) by default, followed by a command key. .Pp -The default key bindings are: +The default command key bindings are: .Pp .Bl -tag -width "XXXXXXXXXX" -offset indent -compact .It C-b |