diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-23 06:29:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-23 06:29:30 +0000 |
commit | 963388111d8a337f166b290640f44e0bf4d690d5 (patch) | |
tree | 03fc815963db28011b970d2b491ed7f76b213d8b /old | |
parent | 7499ea8154af773b37f40539530371aa0a41095e (diff) | |
download | coreutils-963388111d8a337f166b290640f44e0bf4d690d5.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f4b53f910..4a1c478fe 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -44,7 +44,7 @@ many as 10^18 - 1 lines (the old limit was 10^11 - 1, and could be exceeded without too much trouble). Use this symbol rather than hard-coding the constant everywhere. - (next_line_num): Rather than overruning for input with more lines, + (next_line_num): Rather than overrunning for input with more lines, mark the line number by putting a `>' in the leftmost slot. Patch by Jan Nieuwenhuizen. |