diff options
author | 2014-08-14 20:06:41 +0000 | |
---|---|---|
committer | 2014-08-14 20:06:41 +0000 | |
commit | afed7bf37ce345c3b880c0dc61adff37ac30c6d0 (patch) | |
tree | 08e010aaf60312c0f440a5f9235a29fd208a12a4 /share/man/man7 | |
parent | Backport from binutils-2.17: (diff) | |
download | wireguard-openbsd-afed7bf37ce345c3b880c0dc61adff37ac30c6d0.tar.xz wireguard-openbsd-afed7bf37ce345c3b880c0dc61adff37ac30c6d0.zip |
double word fix-o;
Diffstat (limited to 'share/man/man7')
-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 |