From: Jim Meyering Date: Thu, 27 Mar 2003 14:00:45 +0000 (+0000) Subject: tiny spelling fix X-Git-Tag: v4.5.12~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a89b7d3e831e28521d996e39cf8abe0ece8e22d8;p=thirdparty%2Fcoreutils.git tiny spelling fix --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 0646a6672e..43499b1f1d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2859,9 +2859,9 @@ last-resort comparison so that lines in which all fields compare equal are left in their original relative order. If no fields or global options are specified, @option{--stable} (@option{-s}) has no effect. -@sc{gnu} @command{sort} (as specified for all @sc{gnu} utilities) has no limits on -input line length or restrictions on bytes allowed within lines. In -addition, if the final byte of an input file is not a newline, @sc{gnu} +@sc{gnu} @command{sort} (as specified for all @sc{gnu} utilities) has no +limit on input line length or restrictions on bytes allowed within lines. +In addition, if the final byte of an input file is not a newline, @sc{gnu} @command{sort} silently supplies one. A line's trailing newline is not part of the line for comparison purposes.