diff options
author | Quentin Rameau <quinq@fifth.space> | 2021-08-18 10:59:00 +0000 |
---|---|---|
committer | Michal Vasilek <michal@vasilek.cz> | 2021-10-24 19:33:13 +0000 |
commit | 7a0bd8af2d95bcfcd2f95ad71f53ed52ef9048e6 (patch) | |
tree | be09cc33f3f2279d2af356cdab732ed02bca04fb | |
parent | 4ba62c74f37cb27c334b87b50faf1523fa8a350d (diff) | |
download | void-packages-7a0bd8af2d95bcfcd2f95ad71f53ed52ef9048e6.tar void-packages-7a0bd8af2d95bcfcd2f95ad71f53ed52ef9048e6.tar.gz void-packages-7a0bd8af2d95bcfcd2f95ad71f53ed52ef9048e6.tar.bz2 void-packages-7a0bd8af2d95bcfcd2f95ad71f53ed52ef9048e6.tar.lz void-packages-7a0bd8af2d95bcfcd2f95ad71f53ed52ef9048e6.tar.xz void-packages-7a0bd8af2d95bcfcd2f95ad71f53ed52ef9048e6.tar.zst void-packages-7a0bd8af2d95bcfcd2f95ad71f53ed52ef9048e6.zip |
common: fix tooling section in comments
-rwxr-xr-x | common/chroot-style/uchroot.sh | 2 | ||||
-rwxr-xr-x | common/chroot-style/uunshare.sh | 2 | ||||
-rw-r--r-- | common/hooks/pre-pkg/06-shlib-provides.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/chroot-style/uchroot.sh b/common/chroot-style/uchroot.sh index 2f9dbb2d45f..5fe47eb9f8b 100755 --- a/common/chroot-style/uchroot.sh +++ b/common/chroot-style/uchroot.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# This chroot script uses xbps-uchroot(8). +# This chroot script uses xbps-uchroot(1). # readonly MASTERDIR="$1" readonly DISTDIR="$2" diff --git a/common/chroot-style/uunshare.sh b/common/chroot-style/uunshare.sh index 7dc476a4627..4d5146445fd 100755 --- a/common/chroot-style/uunshare.sh +++ b/common/chroot-style/uunshare.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# This chroot script uses xbps-uunshare(8) with user_namespaces(7). +# This chroot script uses xbps-uunshare(1) with user_namespaces(7). # readonly MASTERDIR="$1" readonly DISTDIR="$2" diff --git a/common/hooks/pre-pkg/06-shlib-provides.sh b/common/hooks/pre-pkg/06-shlib-provides.sh index fc39f6bfbe4..a09eb6f5c3b 100644 --- a/common/hooks/pre-pkg/06-shlib-provides.sh +++ b/common/hooks/pre-pkg/06-shlib-provides.sh @@ -1,5 +1,5 @@ # This hook executes the following tasks: -# - generates shlib-provides file for xbps-create(8) +# - generates shlib-provides file for xbps-create(1) collect_sonames() { local _destdir="$1" f _soname _fname _pattern |