summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-01-10 07:55:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-01-10 07:55:49 +0000
commit5ddd02cc224ad2a1abe2507a84c454bf0045e96e (patch)
tree0c868161196be46c5dcde3d5dec01da1f1222fa0 /usr.bin
parent171e569b495c1ddf91be82c86e3491b26155a27e (diff)
avoid unneccessary markup; tweaked and ok nicm
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tmux/tmux.17
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 693b1483a8b..beff0572db9 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.521 2017/01/09 21:28:56 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.522 2017/01/10 07:55:48 jmc Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -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: January 9 2017 $
+.Dd $Mdocdate: January 10 2017 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -940,8 +940,7 @@ lines.
The argument to
.Em %if
is expanded as a format and if it evaluates to false
-.Ns ( Ql 0
-or empty), subsequent lines are ignored until
+(zero or empty), subsequent lines are ignored until
.Em %endif .
For example:
.Bd -literal -offset indent