source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: mandoc: Avoid cross reference to mandoc(1) because it may cause a
Date: Thu, 20 Jul 2017 11:36:08 -0500 (EST)	[thread overview]
Message-ID: <13452488812735594122.enqueue@fantadrom.bsd.lv> (raw)

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

                 reply	other threads:[~2017-07-20 16:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13452488812735594122.enqueue@fantadrom.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).