From 132485a660e13690f9105f1ebb4a2acc968aec8d Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 25 Oct 2009 10:42:56 +0000 Subject: [PATCH] Sync OpenBSD patchset 444: [ 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. --- tmux.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.1 b/tmux.1 index 7cf1cbb6..00ace47e 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.194 2009-10-25 10:41:03 tcunha Exp $ +.\" $Id: tmux.1,v 1.195 2009-10-25 10:42:56 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -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