diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-06-02 14:40:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-06-02 14:40:18 +0000 |
commit | b90a40ca0dfb24f3b77e69f117994648e1087dd0 (patch) | |
tree | 532b22e13c6bfa11b80f2077d7adbc3abfd28aef | |
parent | 10f5eb192af43f5b1d57c907f4a1c7d3a454db4b (diff) |
escape "Ss", becuase groff thinks it has found a macro;
-rw-r--r-- | usr.bin/tmux/tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 5c85b48d87c..a2c97bd6dbd 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.360 2013/06/02 07:52:15 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.361 2013/06/02 14:40:17 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -3581,7 +3581,7 @@ to change the cursor colour from inside .Bd -literal -offset indent $ printf '\e033]12;red\e033\e\e' .Ed -.It Em Ss , Se +.It Em \&Ss , Se Change the cursor style. If set, a sequence such as this may be used to change the cursor to an underline: |