summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2013-03-22 18:45:37 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2013-03-22 18:45:37 +0000
commitcd10a82bd8238372fed80a2b0168881210a060b1 (patch)
treec9a9c9d8ee725b61610d580911805d898ba6cefc /usr.bin
parent6809199618f72d90e48dcebddfd3968c1a23d677 (diff)
Couple of fixes pointed out by jmc.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index c8f242a782c..53b66b4b348 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.329 2013/03/22 16:03:35 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.330 2013/03/22 18:45:36 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -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