aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommon/chroot-style/uchroot.sh2
-rwxr-xr-xcommon/chroot-style/uunshare.sh2
-rw-r--r--common/hooks/pre-pkg/06-shlib-provides.sh2
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