summaryrefslogtreecommitdiff
path: root/docs/modules/cli
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-08-03 02:40:09 -0600
committerGitHub <noreply@github.com>2021-08-03 02:40:09 -0600
commit42846f88f016412c1c701c5214c3f528d1703295 (patch)
treeacc1ebbd9354ea51eab638fa437f7e7c3f323add /docs/modules/cli
parenta8e7ce3395c7850af9ed2e0a8186a425cc3db8e7 (diff)
resolves #4012 use man page and manpage terminology consistently in docs (PR #4121)
- use "manpage" when referring to backend or doctype value - use "man page" in all other cases - improve description of warnings that pertain to manpage doctype - revise documentation for manpage backend
Diffstat (limited to 'docs/modules/cli')
-rw-r--r--docs/modules/cli/pages/index.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/cli/pages/index.adoc b/docs/modules/cli/pages/index.adoc
index ac6af138..d2b7dab9 100644
--- a/docs/modules/cli/pages/index.adoc
+++ b/docs/modules/cli/pages/index.adoc
@@ -1,5 +1,5 @@
= Process AsciiDoc Using the CLI
-:url-manpage: https://github.com/asciidoctor/asciidoctor/blob/v{release-version}/man/asciidoctor.adoc
+:url-asciidoctor-1: https://github.com/asciidoctor/asciidoctor/blob/v{release-version}/man/asciidoctor.adoc
////
command-line-usage.adoc
@@ -36,4 +36,4 @@ You can generate the full documentation (i.e., man page) for the `asciidoctor` c
$ asciidoctor --help manpage | man -l -
-You can find the AsciiDoc source for the {url-manpage}[Asciidoctor man page^] online in the Asciidoctor repository, which you can preview in a browser.
+You can find the AsciiDoc source for the {url-asciidoctor-1}[Asciidoctor man page^] online in the Asciidoctor repository, which you can preview in a browser.