From a10b48c8492bcfc5242866c756769477d27a2584 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Thu, 6 Jan 2022 09:11:27 +0100 Subject: [PATCH] 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 --- sys-utils/losetup.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3