]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tiny spelling fix
authorJim Meyering <jim@meyering.net>
Thu, 27 Mar 2003 14:00:45 +0000 (14:00 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Mar 2003 14:00:45 +0000 (14:00 +0000)
doc/coreutils.texi

index 0646a6672ed40192a132ddc814a7b7910c744714..43499b1f1df6b2f427facdfa6923d44528530089 100644 (file)
@@ -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.