]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
losetup: Add missing pipe to man example for setting up loop device
authorVojtech Trefny <vtrefny@redhat.com>
Thu, 6 Jan 2022 08:11:27 +0000 (09:11 +0100)
committerVojtech Trefny <vtrefny@redhat.com>
Thu, 6 Jan 2022 08:19:16 +0000 (09:19 +0100)
"-f" and "loopdev" cannot be used together, the pipe was lost
when converting the man pages to asciidoc.

Signed-off-by: Vojtech Trefny <vtrefny@redhat.com>
sys-utils/losetup.8.adoc

index 2a2577f0d6535e16d7c2d07cf481dcf2356c63f8..52df95bd67d937c7cf0d73996a9a56a9b716862b 100644 (file)
@@ -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: