diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-25 01:10:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-25 01:10:58 +0000 |
commit | 6b8c954a5da77be04218dc21f68ee9eb65c78b05 (patch) | |
tree | ec54568fba08e5798f9dd97bee16dad995035bff /usr.bin | |
parent | 5984cf7c392a5e2549566698a81a597f8cba771a (diff) |
[ is a punctuation character and should be escaped with Ql. Although the
current groff version we have seems to handle it fine, other versions are not
so tolerant.
Diffstat (limited to 'usr.bin')
-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 52e54f1b0a2..af09cef96bb 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.112 2009/10/24 10:12:39 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.113 2009/10/25 01:10:57 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 24 2009 $ +.Dd $Mdocdate: October 25 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -502,7 +502,7 @@ for later insertion into another window. This mode is entered with the .Ic copy-mode command, bound to -.Ql [ +.Ql \&[ by default. .El .Pp |