diff options
author | 2013-03-22 18:45:36 +0000 | |
---|---|---|
committer | 2013-03-22 18:45:36 +0000 | |
commit | 017edfc9303aaf33bf042e30aececaf8a3b8c496 (patch) | |
tree | 7a652e27ab76c2f2985b0b1478cac3daf1d28561 | |
parent | tweak previous; ok sthen (diff) | |
download | wireguard-openbsd-017edfc9303aaf33bf042e30aececaf8a3b8c496.tar.xz wireguard-openbsd-017edfc9303aaf33bf042e30aececaf8a3b8c496.zip |
Couple of fixes pointed out by jmc.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
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 |