summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2013-03-22 18:45:36 +0000
committerNicholas Marriott <nicm@openbsd.org>2013-03-22 18:45:36 +0000
commitac1fe83596c7e7aa3639b61be8e5531e09b5bbe8 (patch)
tree4f6342bad7a00722ebc19b22f8f69d5b36482b3a /tmux.1
parent702ab8bab0e88613aa0e6e6cf8a2e18fdd47341a (diff)
Couple of fixes pointed out by jmc.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 416cefa7..33929eff 100644
--- a/tmux.1
+++ b/tmux.1
@@ -912,7 +912,7 @@ command and keys modified or removed with
.Ic bind-key
and
.Ic unbind-key .
-One command in accepts an argument,
+One command accepts an argument,
.Ic copy-pipe ,
which copies the selection and pipes it to a command.
For example the following will bind
@@ -1066,7 +1066,7 @@ If
is given, the output includes escape sequences for text and background
attributes.
.Fl C
-also escapes non-printable characters as octal \\xxx.
+also escapes non-printable characters as octal \exxx.
.Fl J
joins wrapped lines.
.Pp