[BACK]Return to numeric.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / cond

Annotation of mandoc/regress/roff/cond/numeric.out_ascii, Revision 1.3

1.1       schwarze    1: COND-NUMERIC(1)             General Commands Manual            COND-NUMERIC(1)
                      2:
                      3: NNAAMMEE
1.3     ! schwarze    4:      cond-numeric - roff conditions involving numbers
1.1       schwarze    5:
                      6: DDEESSCCRRIIPPTTIIOONN
1.3     ! schwarze    7:      positive number: plain (t) negated (f)
1.1       schwarze    8:
1.3     ! schwarze    9:      negative number: plain (f) negated (t)
1.1       schwarze   10:
1.3     ! schwarze   11:      second number missing: ok
1.1       schwarze   12:
1.3     ! schwarze   13:      operator "<": smaller (t) equal (f) greater (f)
1.1       schwarze   14:
1.3     ! schwarze   15:      operator "<=": smaller (t) equal (t) greater (f)
1.1       schwarze   16:
1.3     ! schwarze   17:      operator "=": smaller (f) equal (t) greater (f)
1.1       schwarze   18:
1.3     ! schwarze   19:      operator "==": smaller (f) equal (t) greater (f)
1.1       schwarze   20:
1.3     ! schwarze   21:      operator ">=": smaller (f) equal (t) greater (t)
1.1       schwarze   22:
1.3     ! schwarze   23:      operator ">": smaller (f) equal (f) greater (t)
1.1       schwarze   24:
1.3     ! schwarze   25:      with negative numbers: mm (t) mp (t) pm (t)
1.1       schwarze   26:
1.3     ! schwarze   27:      operator "&": 00 (f) 01 (f) 10 (f) 11 (t)
1.1       schwarze   28:
1.3     ! schwarze   29:      operator ":": 00 (f) 01 (t) 10 (t) 11 (t)
1.1       schwarze   30:
1.3     ! schwarze   31:      with scaling units: 1i>2c (t) 1i-6P (f)
1.1       schwarze   32:
1.3     ! schwarze   33:      unmatched parenthesis: (f) one (t)
1.1       schwarze   34:
1.3     ! schwarze   35:      negated unmatched parenthesis: (f) zero (t)
1.1       schwarze   36:
                     37: OpenBSD                        December 16, 2014               COND-NUMERIC(1)

CVSweb