From 23066be1b655fd81542761161c4f7ef37dc0813b Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Sun, 6 Nov 2016 21:34:12 +0000 Subject: maint: misc tweaks to recent changes * doc/coreutils.texi(cut invocation): Give a more accurate description of cut field handling limitations. * tests/misc/stat-fmt.sh: Fix the test header to be more general. * tests/tail-2/retry.sh: Spellings. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 597cf76f0..81101485c 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5864,7 +5864,7 @@ line that contains no delimiter character, unless the @option{--only-delimited} (@option{-s}) option is specified. Note @command{awk} supports more sophisticated field processing, -like reordering fields, and handling non fixed width fields. +like reordering fields, and handling fields aligned with blank characters. By default @command{awk} uses (and discards) runs of blank characters to separate fields, and ignores leading and trailing blanks. @example -- cgit v1.2.3-54-g00ecf