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