summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/manpage-backend/pages/index.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/modules/manpage-backend/pages/index.adoc b/docs/modules/manpage-backend/pages/index.adoc
index 8ec8d2ef..a02dd577 100644
--- a/docs/modules/manpage-backend/pages/index.adoc
+++ b/docs/modules/manpage-backend/pages/index.adoc
@@ -4,6 +4,7 @@
:url-man-7: https://man7.org/linux/man-pages/man7/roff.7.html
:url-docbook-refmisc: https://tdg.docbook.org/tdg/5.0/refmiscinfo.html
:url-asciidoctor-1-raw: https://raw.githubusercontent.com/asciidoctor/asciidoctor/v{release-version}/man/asciidoctor.adoc
+:url-git-man: https://github.com/git/git/tree/master/Documentation
The AsciiDoc language defines a doctype named `manpage` for composing manual pages (man pages) in AsciiDoc.
Asciidoctor provides a converter for converting this AsciiDoc structure into a roff-formatted man page.
@@ -242,4 +243,4 @@ When producing DocBook, it becomes a DocBook {url-docbook-refmisc}[refmiscinfo^]
Refer to the {url-asciidoctor-1-raw}[AsciiDoc source of the Asciidoctor man page^] to see a complete example.
The man page for Asciidoctor is produced using the man page converter.
-The man pages for git are also produced from AsciiDoc documents, so you can use those as another example to follow.
+The {url-git-man}[man pages for git] are also produced from AsciiDoc documents, so you can use those as another example to follow.