From: Tobias Stoeckmann Date: Tue, 13 Jan 2026 23:18:47 +0000 (+0100) Subject: unshare: (man) fix grammar X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8634c6804aadb70169c876d58c560038e50376b;p=thirdparty%2Futil-linux.git unshare: (man) fix grammar Signed-off-by: Tobias Stoeckmann --- diff --git a/sys-utils/unshare.1.adoc b/sys-utils/unshare.1.adoc index 85d00af3c..1d1fd68f8 100644 --- a/sys-utils/unshare.1.adoc +++ b/sys-utils/unshare.1.adoc @@ -266,7 +266,7 @@ up 21 hours, 30 minutes up 9 years, 28 weeks, 1 day, 2 hours, 50 minutes .... -The following example execute a chroot into the directory _/chroot/powerpc/jessie_ and install the interpreter _/bin/qemu-ppc-static_ to execute the powerpc binaries. +The following example executes a chroot into the directory _/chroot/powerpc/jessie_ and installs the interpreter _/bin/qemu-ppc-static_ to execute the powerpc binaries. .... $ unshare --map-root-user --fork --pid --load-interp=":qemu-ppc:M::\\x7fELF\x01\\x02\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x02\\x00\\x14:\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\x00\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\xfe\\xff\\xff:/bin/qemu-ppc-static:OCF" --root=/chroot/powerpc/jessie /bin/bash -l