summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2010-07-01 05:40:32 +0000
committerschwarze <schwarze@openbsd.org>2010-07-01 05:40:32 +0000
commit2e54a3f5628e143a2d0fde1fb7e5e1f339674367 (patch)
tree0630c4fb395e0ab2bf866553ca644ac536df404d
parentCreate a struct to store FP state and include a pointer to the CPU that (diff)
downloadwireguard-openbsd-2e54a3f5628e143a2d0fde1fb7e5e1f339674367.tar.xz
wireguard-openbsd-2e54a3f5628e143a2d0fde1fb7e5e1f339674367.zip
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.
+
+