diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-08-14 20:06:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-08-14 20:06:42 +0000 |
commit | 78382c70928be7b71c40b6d82f3a887bd2bbecba (patch) | |
tree | 979c2c3d0cad0a3e37d99ab161aa3e940645abc9 /share | |
parent | 3ca925723ab0a0e64faf3682c41412e64c98d14a (diff) |
double word fix-o;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/roff.7 | 6 |
1 files 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 <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -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 |