]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/cond/numeric.out_ascii
For accessibility, label the last two widgets in the search form.
[mandoc.git] / regress / roff / cond / numeric.out_ascii
1 COND-NUMERIC(1) General Commands Manual COND-NUMERIC(1)
2
3 N\bNA\bAM\bME\bE
4 cond-numeric - roff conditions involving numbers
5
6 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
7 positive number: plain (t) negated (f)
8
9 negative number: plain (f) negated (t)
10
11 second number missing: ok
12
13 operator "<": smaller (t) equal (f) greater (f)
14
15 operator "<=": smaller (t) equal (t) greater (f)
16
17 operator "=": smaller (f) equal (t) greater (f)
18
19 operator "==": smaller (f) equal (t) greater (f)
20
21 operator ">=": smaller (f) equal (t) greater (t)
22
23 operator ">": smaller (f) equal (f) greater (t)
24
25 with negative numbers: mm (t) mp (t) pm (t)
26
27 operator "&": 00 (f) 01 (f) 10 (f) 11 (t)
28
29 operator ":": 00 (f) 01 (t) 10 (t) 11 (t)
30
31 with scaling units: 1i>2c (t) 1i-6P (f)
32
33 unmatched parenthesis: (f) one (t)
34
35 negated unmatched parenthesis: (f) zero (t)
36
37 OpenBSD December 16, 2014 COND-NUMERIC(1)