diff options
author | Jelle van der Waa <jelle@archlinux.org> | 2021-09-07 22:37:25 +0200 |
---|---|---|
committer | Jelle van der Waa <jelle@archlinux.org> | 2021-09-07 22:37:25 +0200 |
commit | a9bf4789b38b54ef79e13552bfa0f0f87fe268ba (patch) | |
tree | 00c9f9e94fb7494deebb806a5f258c15bfcb22da /doc | |
parent | fd17f53cef61ca5e25219fcc0d555e154cd0af59 (diff) | |
download | devtools-a9bf4789b38b54ef79e13552bfa0f0f87fe268ba.tar.xz |
Sort man page links in `man 7 devtools`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devtools.7.asciidoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/devtools.7.asciidoc b/doc/devtools.7.asciidoc index bb47620..7718d5e 100644 --- a/doc/devtools.7.asciidoc +++ b/doc/devtools.7.asciidoc @@ -18,12 +18,12 @@ Programs The list below gives a short overview; see the respective documentation for details. -linkman:checkpkg[1] - Compare the current build pakcage with the repository version - linkman:archbuild[1] Build an Arch Linux package inside a clean chroot +linkman:checkpkg[1] + Compare the current build pakcage with the repository version + linkman:find-libdeps[1] Find soname dependencies for a package @@ -33,9 +33,6 @@ linkman:find-libprovides[1] linkman:lddd[1] Find broken library links on your system -linkman:makerepropkg[1] - Rebuild a package to see if it is reproducible - linkman:mkarchroot[1] Creates an arch chroot in a specified location with a specified set of packages @@ -43,6 +40,9 @@ linkman:mkarchroot[1] linkman:makechrootpkg[1] Build a PKGBUILD in a given chroot environment +linkman:makerepropkg[1] + Rebuild a package to see if it is reproducible + linkman:offload-build[1] Build a PKGBUILD on a remote server using makechrootpkg |