On Thu, Dec 19, 2013 at 09:46:27AM +0000, Sami Kerola wrote: > +.IP "\fB\-p, \-\-pass-fd\fP \fIfile descriptior\fP" > +This option is no longer supported. > > .SH ENCRYPTION > .B Cryptoloop is no longer supported in favor of dm-crypt. For more details see > diff --git a/sys-utils/losetup.c b/sys-utils/losetup.c > index 70d9155..7708fd9 100644 > --- a/sys-utils/losetup.c > +++ b/sys-utils/losetup.c > @@ -538,7 +538,7 @@ int main(int argc, char **argv) > list = 1; > break; > case 'p': > - warn(_("--pass-fd is no longer supported")); > + warnx(_("--pass-fd is no longer supported")); > break; I have removed the option (and also -e and -E) from code and man page at all, I don't think we have to maintain the warnings for ever. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html