common: fix tooling section in comments

This commit is contained in:
Quentin Rameau 2021-08-18 12:59:00 +02:00 committed by Michal Vasilek
parent 4ba62c74f3
commit 7a0bd8af2d
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# This chroot script uses xbps-uchroot(8). # This chroot script uses xbps-uchroot(1).
# #
readonly MASTERDIR="$1" readonly MASTERDIR="$1"
readonly DISTDIR="$2" readonly DISTDIR="$2"

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/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 MASTERDIR="$1"
readonly DISTDIR="$2" readonly DISTDIR="$2"

View file

@ -1,5 +1,5 @@
# This hook executes the following tasks: # This hook executes the following tasks:
# - generates shlib-provides file for xbps-create(8) # - generates shlib-provides file for xbps-create(1)
collect_sonames() { collect_sonames() {
local _destdir="$1" f _soname _fname _pattern local _destdir="$1" f _soname _fname _pattern