summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-27 14:00:45 +0000
committerJim Meyering <jim@meyering.net>2003-03-27 14:00:45 +0000
commita89b7d3e831e28521d996e39cf8abe0ece8e22d8 (patch)
tree43a2ec6228ffe5e9750d5029f75f48a889930bb5 /doc
parent7c09897fcb078b7b5b1c662856ecfa52e2e08a68 (diff)
downloadcoreutils-a89b7d3e831e28521d996e39cf8abe0ece8e22d8.tar.xz
tiny spelling fix
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 0646a6672..43499b1f1 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.