source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: Avoid cross reference to mandoc(1) because it may cause a
@ 2017-07-20 16:36 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-07-20 16:36 UTC (permalink / raw)
  To: source

Log Message:
-----------
Avoid cross reference to mandoc(1) because it may cause a message
on other operating systems where mandoc is not installed,
causing the test to fail in the portable test suite.

Modified Files:
--------------
    mandoc/regress/mdoc/Sh:
        before.in
        before.out_ascii
        before.out_markdown
        subbefore.in
        subbefore.out_ascii
        subbefore.out_markdown

Revision Data
-------------
Index: subbefore.out_markdown
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/mdoc/Sh/subbefore.out_markdown,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/mdoc/Sh/subbefore.out_markdown -Lregress/mdoc/Sh/subbefore.out_markdown -u -p -r1.2 -r1.3
--- regress/mdoc/Sh/subbefore.out_markdown
+++ regress/mdoc/Sh/subbefore.out_markdown
@@ -3,7 +3,7 @@ SH-SUBBEFORE(1) - General Commands Manua
 ## Subsection
 
 Can
-mandoc(1)
+man(1)
 on
 OpenBSD
 handle this?
@@ -16,4 +16,4 @@ handle this?
 
 some text
 
-OpenBSD - July 4, 2017
+OpenBSD - July 20, 2017
Index: subbefore.out_ascii
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/mdoc/Sh/subbefore.out_ascii,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/mdoc/Sh/subbefore.out_ascii -Lregress/mdoc/Sh/subbefore.out_ascii -u -p -r1.2 -r1.3
--- regress/mdoc/Sh/subbefore.out_ascii
+++ regress/mdoc/Sh/subbefore.out_ascii
@@ -1,7 +1,7 @@
 SH-SUBBEFORE(1)             General Commands Manual            SH-SUBBEFORE(1)
 
    S\bSu\bub\bbs\bse\bec\bct\bti\bio\bon\bn
-     Can mandoc(1) on OpenBSD handle this?
+     Can man(1) on OpenBSD handle this?
 
 N\bNA\bAM\bME\bE
      S\bSh\bh-\b-s\bsu\bub\bbb\bbe\bef\bfo\bor\bre\be - subsection before the first section header
@@ -9,4 +9,4 @@ N\bNA\bAM\bME\bE
 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
      some text
 
-OpenBSD                          July 4, 2017                          OpenBSD
+OpenBSD                          July 20, 2017                         OpenBSD
Index: before.in
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/mdoc/Sh/before.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/mdoc/Sh/before.in -Lregress/mdoc/Sh/before.in -u -p -r1.2 -r1.3
--- regress/mdoc/Sh/before.in
+++ regress/mdoc/Sh/before.in
@@ -1,9 +1,9 @@
-.\" $OpenBSD: before.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
+.\" $OpenBSD: before.in,v 1.4 2017/07/20 16:33:13 schwarze Exp $
 .Dd $Mdocdate$
 .Dt SH-BEFORE 1
 .Os
 Can
-.Xr mandoc 1
+.Xr man 1
 on
 .Ox
 handle this?
Index: before.out_ascii
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/mdoc/Sh/before.out_ascii,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/mdoc/Sh/before.out_ascii -Lregress/mdoc/Sh/before.out_ascii -u -p -r1.2 -r1.3
--- regress/mdoc/Sh/before.out_ascii
+++ regress/mdoc/Sh/before.out_ascii
@@ -1,6 +1,6 @@
 SH-BEFORE(1)                General Commands Manual               SH-BEFORE(1)
 
-Can mandoc(1) on OpenBSD handle this?
+Can man(1) on OpenBSD handle this?
 
 N\bNA\bAM\bME\bE
      S\bSh\bh-\b-b\bbe\bef\bfo\bor\bre\be - content before the first section header
@@ -8,4 +8,4 @@ N\bNA\bAM\bME\bE
 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
      some text
 
-OpenBSD                          July 4, 2017                          OpenBSD
+OpenBSD                          July 20, 2017                         OpenBSD
Index: subbefore.in
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/mdoc/Sh/subbefore.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/mdoc/Sh/subbefore.in -Lregress/mdoc/Sh/subbefore.in -u -p -r1.2 -r1.3
--- regress/mdoc/Sh/subbefore.in
+++ regress/mdoc/Sh/subbefore.in
@@ -1,10 +1,10 @@
-.\" $OpenBSD: subbefore.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $
+.\" $OpenBSD: subbefore.in,v 1.3 2017/07/20 16:33:13 schwarze Exp $
 .Dd $Mdocdate$
 .Dt SH-SUBBEFORE 1
 .Os
 .Ss Subsection
 Can
-.Xr mandoc 1
+.Xr man 1
 on
 .Ox
 handle this?
Index: before.out_markdown
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/mdoc/Sh/before.out_markdown,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/mdoc/Sh/before.out_markdown -Lregress/mdoc/Sh/before.out_markdown -u -p -r1.2 -r1.3
--- regress/mdoc/Sh/before.out_markdown
+++ regress/mdoc/Sh/before.out_markdown
@@ -1,7 +1,7 @@
 SH-BEFORE(1) - General Commands Manual
 
 Can
-mandoc(1)
+man(1)
 on
 OpenBSD
 handle this?
@@ -14,4 +14,4 @@ handle this?
 
 some text
 
-OpenBSD - July 4, 2017
+OpenBSD - July 20, 2017
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-20 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20 16:36 mandoc: Avoid cross reference to mandoc(1) because it may cause a schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).