summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-07-01 05:40:33 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-07-01 05:40:33 +0000
commit24350eea9c4409f49b7808f287dff02b38e53e13 (patch)
tree583a644becada3c15ded97a3c31dc3b5e9952611
parent6d53558da97510934264ff5994ddbc706ecb0664 (diff)
more updates
-rw-r--r--regress/usr.bin/mandoc/char/space/nobreak.in6
-rw-r--r--regress/usr.bin/mandoc/char/space/tab.in2
-rw-r--r--regress/usr.bin/mandoc/roff/cond/ie.out_ascii6
-rw-r--r--regress/usr.bin/mandoc/roff/cond/if.out_ascii9
4 files changed, 17 insertions, 6 deletions
diff --git a/regress/usr.bin/mandoc/char/space/nobreak.in b/regress/usr.bin/mandoc/char/space/nobreak.in
index e2ac46c4041..41a833b1323 100644
--- a/regress/usr.bin/mandoc/char/space/nobreak.in
+++ b/regress/usr.bin/mandoc/char/space/nobreak.in
@@ -1,4 +1,4 @@
-.Dd $Mdocdate: December 23 2009 $
+.Dd December 23, 2009
.Dt SPACE-NOBREAK 1
.Os
.Sh NAME
@@ -16,3 +16,7 @@ The following line has 79 characters and breaks:
With a non-breaking space, it breaks earlier:
.Pp
79 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx x\~x
+.Pp
+Only non-breaking spaces:
+.Pp
+79\~xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\~x\~x
diff --git a/regress/usr.bin/mandoc/char/space/tab.in b/regress/usr.bin/mandoc/char/space/tab.in
index ba73801bc0e..6bf6335853d 100644
--- a/regress/usr.bin/mandoc/char/space/tab.in
+++ b/regress/usr.bin/mandoc/char/space/tab.in
@@ -1,4 +1,4 @@
-.Dd $Mdocdate: April 23 2010 $
+.Dd April 23, 2010
.Dt SPACE-TAB 1
.Os
.Sh NAME
diff --git a/regress/usr.bin/mandoc/roff/cond/ie.out_ascii b/regress/usr.bin/mandoc/roff/cond/ie.out_ascii
index 1e67390e7d9..6ca98284a34 100644
--- a/regress/usr.bin/mandoc/roff/cond/ie.out_ascii
+++ b/regress/usr.bin/mandoc/roff/cond/ie.out_ascii
@@ -1,4 +1,6 @@
-IE(1) IE(1)
+IE(1) IE(1)
+
+
NNAAMMEE
if - the roff conditional instruction with else-clause
@@ -9,3 +11,5 @@ DDEESSCCRRIIPPTTIIOONN
Text following the false condition.
Two-line else after false.
+
+
diff --git a/regress/usr.bin/mandoc/roff/cond/if.out_ascii b/regress/usr.bin/mandoc/roff/cond/if.out_ascii
index 638d0da1511..27c7fb1be6b 100644
--- a/regress/usr.bin/mandoc/roff/cond/if.out_ascii
+++ b/regress/usr.bin/mandoc/roff/cond/if.out_ascii
@@ -1,4 +1,6 @@
-IF(1) IF(1)
+IF(1) IF(1)
+
+
NNAAMMEE
if - the roff conditional instruction
@@ -9,7 +11,8 @@ DDEESSCCRRIIPPTTIIOONN
Two-line true condition with continuation and macros.
Outer true condition.
Inner one-line true condition.
- Inner two-line true condition without continuation and
- macros.
+ Inner two-line true condition without continuation and macros.
Back to the outer true condition.
+
+