diff options
Diffstat (limited to 'common/chroot-style/uunshare.sh')
-rwxr-xr-x | common/chroot-style/uunshare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |