rm -r --one-file-system works once again.
The rewrite to make rm use fts introduced a regression whereby
- a commmand of the above form would fail for all subdirectories.
+ a command of the above form would fail for all subdirectories.
[bug introduced in coreutils-8.0]
stat -f recognizes more file system types: k-afs, fuseblk, gfs/gfs2, ocfs2,
# 4914152 9e
export XZ_OPT = -8e
-old_NEWS_hash = 49269d8d99f4888a4e955d28cda50091
+old_NEWS_hash = ffba6793067438bae569f42acb4c5ab9
# Add an exemption for sc_makefile_at_at_check.
_makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'
/* If nonzero, the size of all tab stops. If zero, use 'tab_list' instead. */
static uintmax_t tab_size = 0;
-/* If nonzero, the size of all tab stops after the last specifed. */
+/* If nonzero, the size of all tab stops after the last specified. */
static uintmax_t extend_size = 0;
/* If nonzero, an increment for additional tab stops after the last specified.*/
sequences or control prefixes.
Note: the width of a clump is not necessarily equal to the number of
- characters in clump_buff. (e.g, the width of '\b' is -1, while the
+ characters in clump_buff. (e.g., the width of '\b' is -1, while the
number of characters is 1.) */
static int
my $prog = 'comm';
-# Turn off localization of executable's ouput.
+# Turn off localization of executable's output.
@ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3;
my @inputs = ({IN=>{a=>"1\n3\n3\n3"}}, {IN=>{b=>"2\n2\n3\n3\n3"}});