Dne 24.3.2015 23:16:15 napsal Dave Reisner:
On Tue, Mar 24, 2015 at 09:01:10PM +0100, Stanislav Brabec wrote: > Both fsck(8) and fsck --help documents progress bar redirection as > -C {fd} > > This did not work, and only -C{fd} and "-C {fd}" worked. Perhaps rather than break the existing behavior it might be better to make the documentation match reality.
It does not break the existing behavior. It just fixes the documented behavior. The existing parser was apparently broken: When parsing e. g. -C 3, it detected the -C standing alone, and then attempts to interpret "-C" as number instead of parsing of next argument. It fails, so the next argument is interpreted as stand-alone argument. -- Best Regards / S pozdravem, Stanislav Brabec software developer --------------------------------------------------------------------- SUSE LINUX, s. r. o. e-mail: sbrabec@xxxxxxx Lihovarská 1060/12 tel: +49 911 7405384547 190 00 Praha 9 fax: +420 284 084 001 Czech Republic http://www.suse.cz/-- 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