summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2013-03-22 18:45:36 +0000
committernicm <nicm@openbsd.org>2013-03-22 18:45:36 +0000
commit017edfc9303aaf33bf042e30aececaf8a3b8c496 (patch)
tree7a652e27ab76c2f2985b0b1478cac3daf1d28561
parenttweak previous; ok sthen (diff)
downloadwireguard-openbsd-017edfc9303aaf33bf042e30aececaf8a3b8c496.tar.xz
wireguard-openbsd-017edfc9303aaf33bf042e30aececaf8a3b8c496.zip
Couple of fixes pointed out by jmc.
-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