* doc/coreutils.texi (cut invocation): Add required brackets.
Fixes http://bugs.gnu.org/26519
to separate fields, and ignores leading and trailing blanks.
@example
@verbatim
-awk '{print $2}' # print the second field
-awk '{print $NF-1}' # print the penultimate field
-awk '{print $2,$1}' # reorder the first two fields
+awk '{print $2}' # print the second field
+awk '{print $(NF-1)}' # print the penultimate field
+awk '{print $2,$1}' # reorder the first two fields
@end verbatim
@end example
Note while @command{cut} accepts field specifications in