diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-24 23:32:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-24 23:32:00 +0000 |
commit | ad115818513e1c7b54fdbba60888ef033ddbd898 (patch) | |
tree | 0f3e75d3471896c11b641dd54f1d0a483b728253 /regress/usr.bin | |
parent | 5c2c4d792c79b8ed6f52c6761782bf61f64404ff (diff) |
Support negative indentations for mdoc(7) displays and lists.
Not exactly recommended for use, rather for groff compatibility.
While here, introduce similar SHRT_MAX limits as in man(7),
fixing a few cases of infinite output found by jsg@ with afl.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bd/Makefile | 9 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bd/offset-neg.in | 24 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bd/offset-neg.out_ascii | 21 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/bullet.in | 18 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/bullet.out_ascii | 14 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/dash.in | 18 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/dash.out_ascii | 14 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/enum.in | 22 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/enum.out_ascii | 17 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/hang.in | 47 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/hang.out_ascii | 38 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/offset.in | 10 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/offset.out_ascii | 6 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/tag.in | 38 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Bl/tag.out_ascii | 36 |
15 files changed, 316 insertions, 16 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Bd/Makefile b/regress/usr.bin/mandoc/mdoc/Bd/Makefile index 1971ec3f0a1..817d9fe71ad 100644 --- a/regress/usr.bin/mandoc/mdoc/Bd/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Bd/Makefile @@ -1,17 +1,18 @@ -# $OpenBSD: Makefile,v 1.17 2014/11/10 20:59:41 schwarze Exp $ +# $OpenBSD: Makefile,v 1.18 2014/12/24 23:31:59 schwarze Exp $ REGRESS_TARGETS = beforeNAME blank centered nested spacing -REGRESS_TARGETS += badargs empty offset-empty +REGRESS_TARGETS += badargs empty offset-empty offset-neg REGRESS_TARGETS += break broken unclosed LINT_TARGETS = beforeNAME blank nested badargs break broken unclosed SKIP_TMAN = beforeNAME centered -# groff-1.22.2 defect: +# groff-1.22.3 defects: # - a display breaking another block continues indefinitely +# - negative offsets take no effect, but advance the indention on exit -SKIP_GROFF = break +SKIP_GROFF = break offset-neg # adjustment is disabled in groff for now diff --git a/regress/usr.bin/mandoc/mdoc/Bd/offset-neg.in b/regress/usr.bin/mandoc/mdoc/Bd/offset-neg.in new file mode 100644 index 00000000000..30f0fe73217 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bd/offset-neg.in @@ -0,0 +1,24 @@ +.Dd December 24, 2014 +.Dt BD-INDENT 1 +.Os OpenBSD +.Sh NAME +.Nm Bd-indent +.Nd indenting display blocks +.Sh DESCRIPTION +regular text +.Bd -ragged -offset 8n +outer display +.Bd -ragged -offset -5n +inner display +.Ed +outer display +.Ed +regular text +.Bd -ragged -offset -3n +outer display +.Bd -ragged -offset 8n +inner display +.Ed +outer display +.Ed +regular text diff --git a/regress/usr.bin/mandoc/mdoc/Bd/offset-neg.out_ascii b/regress/usr.bin/mandoc/mdoc/Bd/offset-neg.out_ascii new file mode 100644 index 00000000000..0ecf61cf48f --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Bd/offset-neg.out_ascii @@ -0,0 +1,21 @@ +BD-INDENT(1) General Commands Manual BD-INDENT(1) + +NNAAMMEE + BBdd--iinnddeenntt - indenting display blocks + +DDEESSCCRRIIPPTTIIOONN + regular text + + outer display + + inner display + outer display + regular text + + outer display + + inner display + outer display + regular text + +OpenBSD December 24, 2014 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Bl/bullet.in b/regress/usr.bin/mandoc/mdoc/Bl/bullet.in index 13a58f338af..e189df2770b 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/bullet.in +++ b/regress/usr.bin/mandoc/mdoc/Bl/bullet.in @@ -1,10 +1,26 @@ -.Dd June 17, 2009 +.Dd December 25, 2014 .Dt BL-BULLET 1 .Os OpenBSD .Sh NAME .Nm Bl-bullet .Nd bullet lists .Sh DESCRIPTION +.Bl -bullet -width -4n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -bullet -width -3n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -bullet -width -2n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -bullet -width -1n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El .Bl -bullet -width 0n .It x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x diff --git a/regress/usr.bin/mandoc/mdoc/Bl/bullet.out_ascii b/regress/usr.bin/mandoc/mdoc/Bl/bullet.out_ascii index 8da2173be43..e188f799e08 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/bullet.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Bl/bullet.out_ascii @@ -5,6 +5,18 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN ++oo x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + ++oo x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + ++oo x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + ++oo x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + ++oo x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ++oo x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x @@ -52,4 +64,4 @@ DDEESSCCRRIIPPTTIIOONN ++oo x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x -OpenBSD June 17, 2009 OpenBSD +OpenBSD December 25, 2014 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Bl/dash.in b/regress/usr.bin/mandoc/mdoc/Bl/dash.in index 92e36821f72..37c8ad1a101 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/dash.in +++ b/regress/usr.bin/mandoc/mdoc/Bl/dash.in @@ -1,10 +1,26 @@ -.Dd June 17, 2009 +.Dd December 25, 2014 .Dt BL-DASH 1 .Os OpenBSD .Sh NAME .Nm Bl-dash .Nd dash and hyphen lists .Sh DESCRIPTION +.Bl -dash -width -4n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -dash -width -3n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -dash -width -2n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -dash -width -1n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El .Bl -dash -width 0n .It x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x diff --git a/regress/usr.bin/mandoc/mdoc/Bl/dash.out_ascii b/regress/usr.bin/mandoc/mdoc/Bl/dash.out_ascii index f2a53dc1190..f6677bee86a 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/dash.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Bl/dash.out_ascii @@ -5,6 +5,18 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN -- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + -- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + -- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + -- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + -- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x -- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x @@ -52,4 +64,4 @@ DDEESSCCRRIIPPTTIIOONN -- x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x -OpenBSD June 17, 2009 OpenBSD +OpenBSD December 25, 2014 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Bl/enum.in b/regress/usr.bin/mandoc/mdoc/Bl/enum.in index a2cc696f155..e5b1c618093 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/enum.in +++ b/regress/usr.bin/mandoc/mdoc/Bl/enum.in @@ -1,10 +1,30 @@ -.Dd June 17, 2009 +.Dd December 25, 2014 .Dt BL-ENUM 1 .Os OpenBSD .Sh NAME .Nm Bl-enum .Nd enumerated lists .Sh DESCRIPTION +.Bl -enum -width -4n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -enum -width -3n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -enum -width -2n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -enum -width -1n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -enum -width 0n +.It +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El .Bl -enum -width 1n .It x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x diff --git a/regress/usr.bin/mandoc/mdoc/Bl/enum.out_ascii b/regress/usr.bin/mandoc/mdoc/Bl/enum.out_ascii index 71e4a7fdc96..769dc21889f 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/enum.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Bl/enum.out_ascii @@ -5,6 +5,21 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN 1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x + + 1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x + + 1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x + + 1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x + + 1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x + + 1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x 1. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x @@ -49,4 +64,4 @@ DDEESSCCRRIIPPTTIIOONN 12. x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x -OpenBSD June 17, 2009 OpenBSD +OpenBSD December 25, 2014 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Bl/hang.in b/regress/usr.bin/mandoc/mdoc/Bl/hang.in index 4b4e2d72b3d..2b2b755457f 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/hang.in +++ b/regress/usr.bin/mandoc/mdoc/Bl/hang.in @@ -1,10 +1,55 @@ -.Dd April 8, 2014 +.Dd December 25, 2014 .Dt BL-HANG 1 .Os OpenBSD .Sh NAME .Nm Bl-hang .Nd hanged lists .Sh DESCRIPTION +.Bl -hang -width -4n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -hang -width -3n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -hang -width -2n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -hang -width -1n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -hang -width 0n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -hang -width 1n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -hang -width 2n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -hang -width 3n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -hang -width 4n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El .Bl -hang -width 5n .It tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x diff --git a/regress/usr.bin/mandoc/mdoc/Bl/hang.out_ascii b/regress/usr.bin/mandoc/mdoc/Bl/hang.out_ascii index 1081c09a1e8..04cce936627 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/hang.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Bl/hang.out_ascii @@ -4,6 +4,42 @@ NNAAMMEE BBll--hhaanngg - hanged lists DDEESSCCRRIIPPTTIIOONN + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x x x x x x x + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x @@ -46,4 +82,4 @@ DDEESSCCRRIIPPTTIIOONN tag text -OpenBSD April 8, 2014 OpenBSD +OpenBSD December 25, 2014 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Bl/offset.in b/regress/usr.bin/mandoc/mdoc/Bl/offset.in index 4e5b334fbda..9564b105ac2 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/offset.in +++ b/regress/usr.bin/mandoc/mdoc/Bl/offset.in @@ -1,4 +1,4 @@ -.Dd November 20, 2014 +.Dd December 25, 2014 .Dt BL-OFFSET 1 .Os OpenBSD .Sh NAME @@ -37,6 +37,10 @@ Bl item offset Ds .It Bl item offset 78n .El +.Bl -item -offset -3n +.It +Bl item offset -3n +.El .Bl -tag -width Ds -offset .It tag Bl tag width Ds offset empty @@ -69,3 +73,7 @@ Bl tag width Ds offset Ds .It tag Bl tag width Ds offset 78n .El +.Bl -tag -width Ds -offset -3n +.It tag +Bl tag width Ds offset -3n +.El diff --git a/regress/usr.bin/mandoc/mdoc/Bl/offset.out_ascii b/regress/usr.bin/mandoc/mdoc/Bl/offset.out_ascii index 345b583870b..8c871d44660 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/offset.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Bl/offset.out_ascii @@ -23,6 +23,8 @@ DDEESSCCRRIIPPTTIIOONN offset 78n + Bl item offset -3n + tag Bl tag width Ds offset empty tag Bl tag width Ds offset left @@ -44,4 +46,6 @@ DDEESSCCRRIIPPTTIIOONN offset 78n -OpenBSD November 20, 2014 OpenBSD + tag Bl tag width Ds offset -3n + +OpenBSD December 25, 2014 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Bl/tag.in b/regress/usr.bin/mandoc/mdoc/Bl/tag.in index 649da804535..ee2d1b46d70 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/tag.in +++ b/regress/usr.bin/mandoc/mdoc/Bl/tag.in @@ -1,10 +1,46 @@ -.Dd November 16, 2014 +.Dd December 25, 2014 .Dt BL-TAG 1 .Os OpenBSD .Sh NAME .Nm Bl-tag .Nd tagged lists .Sh DESCRIPTION +.Bl -tag -width -4n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -tag -width -3n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -tag -width -2n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -tag -width -1n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -tag -width 0n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -tag -width 1n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -tag -width 2n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -tag -width 3n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El +.Bl -tag -width 4n +.It tag +x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x +.El .Bl -tag -width 5n .It tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x diff --git a/regress/usr.bin/mandoc/mdoc/Bl/tag.out_ascii b/regress/usr.bin/mandoc/mdoc/Bl/tag.out_ascii index 959b1c8a4b8..a112c5b8729 100644 --- a/regress/usr.bin/mandoc/mdoc/Bl/tag.out_ascii +++ b/regress/usr.bin/mandoc/mdoc/Bl/tag.out_ascii @@ -4,6 +4,40 @@ NNAAMMEE BBll--ttaagg - tagged lists DDEESSCCRRIIPPTTIIOONN + tag + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x + + tag + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x + + tag + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x + + tag + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + tag + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x + + tag + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x + + tag + x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x + + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x + x x x x x x + tag x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x @@ -77,4 +111,4 @@ DDEESSCCRRIIPPTTIIOONN second paragraph -OpenBSD November 16, 2014 OpenBSD +OpenBSD December 25, 2014 OpenBSD |