diff options
Diffstat (limited to 'regress/usr.bin/mandoc/roff/cond/numeric.in')
-rw-r--r-- | regress/usr.bin/mandoc/roff/cond/numeric.in | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/roff/cond/numeric.in b/regress/usr.bin/mandoc/roff/cond/numeric.in index 88e048a271b..ab154d61575 100644 --- a/regress/usr.bin/mandoc/roff/cond/numeric.in +++ b/regress/usr.bin/mandoc/roff/cond/numeric.in @@ -1,4 +1,4 @@ -.TH COND-NUMERIC 1 "October 3, 2013" OpenBSD +.TH COND-NUMERIC 1 "April 7, 2014" OpenBSD .SH NAME cond-numeric \- roff conditions involving numbers .SH DESCRIPTION @@ -98,3 +98,31 @@ mp pm .ie 1>-2 (t) .el (f) +.PP +operator "&": +00 +.ie 0&0 (t) +.el (f) +01 +.ie 0&1 (t) +.el (f) +10 +.ie 1&0 (t) +.el (f) +11 +.ie 1&1 (t) +.el (f) +.PP +operator ":": +00 +.ie 0:0 (t) +.el (f) +01 +.ie 0:1 (t) +.el (f) +10 +.ie 1:0 (t) +.el (f) +11 +.ie 1:1 (t) +.el (f) |