From afed7bf37ce345c3b880c0dc61adff37ac30c6d0 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 14 Aug 2014 20:06:41 +0000 Subject: [PATCH] double word fix-o; --- share/man/man7/roff.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 299d67fce7b..c5817815155 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.35 2014/08/13 22:09:28 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.36 2014/08/14 20:06:41 jmc Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons .\" Copyright (c) 2010, 2011, 2013, 2014 Ingo Schwarze @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 13 2014 $ +.Dd $Mdocdate: August 14 2014 $ .Dt ROFF 7 .Os .Sh NAME @@ -754,7 +754,7 @@ If COND starts with a parenthesis or with an optionally signed integer number, it is evaluated according to the rules of .Sx Numerical expressions explained below. -It evaluates to true if the the result is positive, +It evaluates to true if the result is positive, or to false if the result is zero or negative. .It Otherwise, the first character of COND is regarded as a delimiter -- 2.20.1