Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/man/devtools.7.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/devtools.7.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/devtools.7.asciidoc')
-rw-r--r--doc/man/devtools.7.asciidoc28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/devtools.7.asciidoc b/doc/man/devtools.7.asciidoc
index 4ed11cf..9156d50 100644
--- a/doc/man/devtools.7.asciidoc
+++ b/doc/man/devtools.7.asciidoc
@@ -21,47 +21,47 @@ Programs
The list below gives a short overview; see the respective documentation
for details.
-linkman:pkgctl[1]
+pkgctl(1)
Unified command-line frontend for devtools
-linkman:archbuild[1]
+archbuild(1)
Build an Arch Linux package inside a clean chroot
-linkman:arch-nspawn[1]
+arch-nspawn(1)
Run a command or OS in a light-weight namespace container
-linkman:checkpkg[1]
+checkpkg(1)
Compare the current build package with the repository version
-linkman:diffpkg[1]
+diffpkg(1)
Compare package files using different modes
-linkman:export-pkgbuild-keys[1]
+export-pkgbuild-keys(1)
Export valid source signing keys from a PKGBUILD
-linkman:find-libdeps[1]
+find-libdeps(1)
Find soname dependencies for a package
-linkman:find-libprovides[1]
+find-libprovides(1)
Find soname's which are provided by a package
-linkman:lddd[1]
+lddd(1)
Find broken library links on your system
-linkman:mkarchroot[1]
+mkarchroot(1)
Creates an arch chroot in a specified location with a specified set of
packages
-linkman:makechrootpkg[1]
+makechrootpkg(1)
Build a PKGBUILD in a given chroot environment
-linkman:makerepropkg[1]
+makerepropkg(1)
Rebuild a package to see if it is reproducible
-linkman:offload-build[1]
+offload-build(1)
Build a PKGBUILD on a remote server using makechrootpkg
-linkman:sogrep[1]
+sogrep(1)
Find packages using a linked to a given shared library
include::include/footer.asciidoc[]