From: Vojtech Trefny Date: Thu, 6 Jan 2022 08:11:27 +0000 (+0100) Subject: losetup: Add missing pipe to man example for setting up loop device X-Git-Tag: v2.38-rc1~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a10b48c8492bcfc5242866c756769477d27a2584;p=thirdparty%2Futil-linux.git losetup: Add missing pipe to man example for setting up loop device "-f" and "loopdev" cannot be used together, the pipe was lost when converting the man pages to asciidoc. Signed-off-by: Vojtech Trefny --- diff --git a/sys-utils/losetup.8.adoc b/sys-utils/losetup.8.adoc index 2a2577f0d6..52df95bd67 100644 --- a/sys-utils/losetup.8.adoc +++ b/sys-utils/losetup.8.adoc @@ -30,7 +30,7 @@ Detach all associated loop devices: Set up a loop device: -*losetup* [*-o* _offset_] [*--sizelimit* _size_] [*--sector-size* _size_] [*-Pr*] [*--show*] *-f* _loopdev file_ +*losetup* [*-o* _offset_] [*--sizelimit* _size_] [*--sector-size* _size_] [*-Pr*] [*--show*] *-f*|_loopdev file_ Resize a loop device: