]> err.no Git - util-linux/commitdiff
losetup: mark the option -s as deprecated
authorKarel Zak <kzak@redhat.com>
Tue, 15 Apr 2008 11:44:21 +0000 (13:44 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 15 Apr 2008 13:18:48 +0000 (15:18 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
DEPRECATED
mount/lomount.c
mount/losetup.8

index 6c209b87c4279e464d3b69c53d10f7bc78379151..4bc79fed68e76d18b1b6c5e1b93dacf9832fbe13 100644 (file)
@@ -2,6 +2,12 @@ The following is a list of commands or features that are deprecated.  All
 deprecated utils are in maintenace mode and we keep them in source tree for
 backward compatibilty only.
 
+What:  losetup -s
+When:  2.15
+Why:   the option -s is in collision with the Loop-AES losetup dialect that is used
+        in some distributions. Use the long version (--show) only.
+
+--------------------------
 
 What:  raw(8) command
 When:  undefined yet; depends on kernel upstream
index 953fe86b151c9a3968581f2b154cd4263b040123..028986f5659d6e58c09ddd0545c6a80979e173bf 100644 (file)
@@ -840,7 +840,7 @@ usage(void) {
   "      --sizelimit <num>   loop limited to only <num> bytes of the file\n"
   " -p | --pass-fd <num>     read passphrase from file descriptor <num>\n"
   " -r | --read-only         setup read-only loop device\n"
-  " -s | --show              print device name (with -f <file>)\n"
+  "      --show              print device name (with -f <file>)\n"
   " -v | --verbose           verbose mode\n\n"),
                progname);
        exit(1);
index c6ba75f16ec6307ac1695be6cc1c217eb8e2354c..8076dca77680daf2ebcc068bd56e72cfd13a83c8 100644 (file)
@@ -41,7 +41,7 @@ Setup loop device:
 .IR pfd ]
 .RB [ \-r ]
 .in +8
-.RB { \-f [ \-s ] | \fIloop_device\fP }
+.RB { \-f [ \-\-show ] | \fIloop_device\fP }
 .I file
 .in -13
 .ad b
@@ -94,12 +94,16 @@ read the passphrase from file descriptor with number
 instead of from the terminal
 .IP "\fB\-r, \-\-read-only\fP"
 setup read-only loop device
-.IP "\fB\-s, \-\-show\fP"
+.IP "\fB\-\-show\fP"
 print device name if the
 .I -f
 option and a
 .I file
-argument are present
+argument are present.
+
+The short form of this option (\fB\-s\fP) is deprecated.  This short form could
+be in collision with Loop-AES implementation where the same option is used for
+\fB\-\-sizelimit\fP.
 .IP "\fB\-v, \-\-verbose\fP"
 verbose mode