Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/man/pkgctl-auth.1.asciidoc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2023-11-26 00:37:47 +0100
committerChristian Heusel <christian@heusel.eu>2024-03-09 02:48:14 +0100
commit01b6b0849ed098d4d3d8db3591443db3df6aa11b (patch)
tree47873581a5a7e2d6a8bb464dcfb8a245b13a9ad3 /doc/man/pkgctl-auth.1.asciidoc
parent7033554e45cf7dc7072dc6a1ca8a1575f02c2625 (diff)
doc(man): fix cut off page names by switching to modern asciidoctor
Asciidoc is the old reference implementation in Python, which has some shortcoming. Specifically we are hitting cut off page names for long subcommands. Fix this by switching to a more modern implementation named asciidoctor. During the migration, get rid of the explicit asciidoc.conf file that was required to define a linkman macro, which is now supported out of the box. Fixes #170 Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'doc/man/pkgctl-auth.1.asciidoc')
-rw-r--r--doc/man/pkgctl-auth.1.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/pkgctl-auth.1.asciidoc b/doc/man/pkgctl-auth.1.asciidoc
index 4912b02..d4ecf50 100644
--- a/doc/man/pkgctl-auth.1.asciidoc
+++ b/doc/man/pkgctl-auth.1.asciidoc
@@ -32,7 +32,7 @@ pkgctl auth status::
See Also
--------
-linkman:pkgctl-auth-login[1]
-linkman:pkgctl-auth-status[1]
+pkgctl-auth-login(1)
+pkgctl-auth-status(1)
include::include/footer.asciidoc[]