diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-25 10:42:56 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-25 10:42:56 +0000 |
commit | 132485a660e13690f9105f1ebb4a2acc968aec8d (patch) | |
tree | 88dfb72ac375eef2e8a97a01e739f9fc32215afd | |
parent | d55ee38c7f7de8dc4fbe7a855cd3c284f6b340c5 (diff) | |
download | rtmux-132485a660e13690f9105f1ebb4a2acc968aec8d.tar.gz rtmux-132485a660e13690f9105f1ebb4a2acc968aec8d.tar.bz2 rtmux-132485a660e13690f9105f1ebb4a2acc968aec8d.zip |
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.
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 <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 |