diff options
| author | Alexandre ZANNI <16578570+noraj@users.noreply.github.com> | 2023-11-13 00:38:51 +0100 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-11-12 16:39:17 -0700 |
| commit | 9a54c6a1b9e45fd0aeabb326f8aa6e59e013e611 (patch) | |
| tree | c26636ec85a19896a81e3ab9b5f2ad26fd5f8d76 /docs | |
| parent | 4de6b4c37c5d812b18a9255c5e780bf7ae952f52 (diff) | |
add git asciidoc man page link to docs (PR #4518)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/manpage-backend/pages/index.adoc | 3 |
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. |
