diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-28 12:48:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-28 12:48:04 +0000 |
commit | 0b21d92adc74eb650cc032213cb8d2fa2342151f (patch) | |
tree | 1c62e38118808cbb60450fe0dfdc223ca05e185d | |
parent | 66351285d76df24b08f66d3deb2d1e650178c8d6 (diff) | |
download | mandoc-0b21d92adc74eb650cc032213cb8d2fa2342151f.tar.gz |
Do not test .Xr here. It is not what this directory should focus on,
and it is causing too much trouble in -portable.
-rw-r--r-- | regress/mdoc/Sh/before.in | 10 | ||||
-rw-r--r-- | regress/mdoc/Sh/before.out_ascii | 4 | ||||
-rw-r--r-- | regress/mdoc/Sh/before.out_markdown | 10 | ||||
-rw-r--r-- | regress/mdoc/Sh/subbefore.in | 10 | ||||
-rw-r--r-- | regress/mdoc/Sh/subbefore.out_ascii | 4 | ||||
-rw-r--r-- | regress/mdoc/Sh/subbefore.out_markdown | 10 |
6 files changed, 20 insertions, 28 deletions
diff --git a/regress/mdoc/Sh/before.in b/regress/mdoc/Sh/before.in index bc181a0b..13ed9d50 100644 --- a/regress/mdoc/Sh/before.in +++ b/regress/mdoc/Sh/before.in @@ -1,12 +1,10 @@ -.\" $OpenBSD: before.in,v 1.4 2017/07/20 16:33:13 schwarze Exp $ +.\" $OpenBSD: before.in,v 1.5 2017/07/28 12:37:51 schwarze Exp $ .Dd $Mdocdate$ .Dt SH-BEFORE 1 .Os -Can -.Xr man 1 -on -.Ox -handle this? +Plain text and +.Em a macro +before the first section header. .Sh NAME .Nm Sh-before .Nd content before the first section header diff --git a/regress/mdoc/Sh/before.out_ascii b/regress/mdoc/Sh/before.out_ascii index 3fb8f8c8..5447dfea 100644 --- a/regress/mdoc/Sh/before.out_ascii +++ b/regress/mdoc/Sh/before.out_ascii @@ -1,6 +1,6 @@ SH-BEFORE(1) General Commands Manual SH-BEFORE(1) -Can man(1) on OpenBSD handle this? +Plain text and _a _m_a_c_r_o before the first section header. NNAAMMEE SShh--bbeeffoorree - content before the first section header @@ -8,4 +8,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN some text -OpenBSD July 20, 2017 OpenBSD +OpenBSD July 28, 2017 OpenBSD diff --git a/regress/mdoc/Sh/before.out_markdown b/regress/mdoc/Sh/before.out_markdown index 835fb40b..069798b0 100644 --- a/regress/mdoc/Sh/before.out_markdown +++ b/regress/mdoc/Sh/before.out_markdown @@ -1,10 +1,8 @@ SH-BEFORE(1) - General Commands Manual -Can -man(1) -on -OpenBSD -handle this? +Plain text and +*a macro* +before the first section header. # NAME @@ -14,4 +12,4 @@ handle this? some text -OpenBSD - July 20, 2017 +OpenBSD - July 28, 2017 diff --git a/regress/mdoc/Sh/subbefore.in b/regress/mdoc/Sh/subbefore.in index d7dbcc60..0f9977cc 100644 --- a/regress/mdoc/Sh/subbefore.in +++ b/regress/mdoc/Sh/subbefore.in @@ -1,13 +1,11 @@ -.\" $OpenBSD: subbefore.in,v 1.3 2017/07/20 16:33:13 schwarze Exp $ +.\" $OpenBSD: subbefore.in,v 1.4 2017/07/28 12:37:51 schwarze Exp $ .Dd $Mdocdate$ .Dt SH-SUBBEFORE 1 .Os .Ss Subsection -Can -.Xr man 1 -on -.Ox -handle this? +Plain text and +.Em a macro +before the first section header. .Sh NAME .Nm Sh-subbefore .Nd subsection before the first section header diff --git a/regress/mdoc/Sh/subbefore.out_ascii b/regress/mdoc/Sh/subbefore.out_ascii index c36fc124..0c35be6b 100644 --- a/regress/mdoc/Sh/subbefore.out_ascii +++ b/regress/mdoc/Sh/subbefore.out_ascii @@ -1,7 +1,7 @@ SH-SUBBEFORE(1) General Commands Manual SH-SUBBEFORE(1) SSuubbsseeccttiioonn - Can man(1) on OpenBSD handle this? + Plain text and _a _m_a_c_r_o before the first section header. NNAAMMEE SShh--ssuubbbbeeffoorree - subsection before the first section header @@ -9,4 +9,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN some text -OpenBSD July 20, 2017 OpenBSD +OpenBSD July 28, 2017 OpenBSD diff --git a/regress/mdoc/Sh/subbefore.out_markdown b/regress/mdoc/Sh/subbefore.out_markdown index c01172b3..b7237866 100644 --- a/regress/mdoc/Sh/subbefore.out_markdown +++ b/regress/mdoc/Sh/subbefore.out_markdown @@ -2,11 +2,9 @@ SH-SUBBEFORE(1) - General Commands Manual ## Subsection -Can -man(1) -on -OpenBSD -handle this? +Plain text and +*a macro* +before the first section header. # NAME @@ -16,4 +14,4 @@ handle this? some text -OpenBSD - July 20, 2017 +OpenBSD - July 28, 2017 |