for 8-bit non-ASCII alphabetic characters. TeX indexes should
instead use '\usepackage[latin1]{inputenc}' or equivalent.
+ stat will use decomposed (major,minor) device numbers in its default format.
+ This is less ambiguous, and more consistent with ls.
+
** New Features
expr and factor now support bignums on all platforms.
/* TRANSLATORS: This string uses format specifiers from
'stat --help' without --file-system, and NOT from printf. */
format = xasprintf ("%s%s", format, _("\
-" "Device: %Dh/%dd\tInode: %-10i Links: %-5h Device type: %t,%T\n\
+" "Device: %Hd,%Ld\tInode: %-10i Links: %-5h Device type: %Hr,%Lr\n\
"));
}
else
/* TRANSLATORS: This string uses format specifiers from
'stat --help' without --file-system, and NOT from printf. */
format = xasprintf ("%s%s", format, _("\
-" "Device: %Dh/%dd\tInode: %-10i Links: %h\n\
+" "Device: %Hd,%Ld\tInode: %-10i Links: %h\n\
"));
}
free (temp);