summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-15 16:12:44 +0000
committerJim Meyering <jim@meyering.net>2003-04-15 16:12:44 +0000
commit4c4b16d783242407946d9eea43cf53a4d1a52732 (patch)
tree6278f34d1ef72168cd3c21f75066bcb473c5f474 /old
parent07cb5b4b7d0dc5de35b13f3ad4e774bfe3ed6b17 (diff)
downloadcoreutils-4c4b16d783242407946d9eea43cf53a4d1a52732.tar.xz
remove SPCs before TAB
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index bc43c7587..5b1ab90fa 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -570,7 +570,7 @@
* src/sort.c, src/split.c, src/sum.c, src/sys2.h, src/tac.c:
* src/tail.c, src/tr.c, src/tsort.c, src/unexpand.c, src/uniq.c:
* src/wc.c (usage): Use new macros, HELP_OPTION_DESCRIPTION and
- VERSION_OPTION_DESCRIPTION instead of hard-coding --help and
+ VERSION_OPTION_DESCRIPTION instead of hard-coding --help and
--version descriptions.
* po/POTFILES.in: Add src/sys2.h.
@@ -3643,7 +3643,7 @@
* src/cat.c (usage) [O_BINARY]: Describe -B,--binary option.
(main) [O_BINARY]: binary_files, binary_output, file_open_mode:
- new variables. Add --binary to long_options[]. Switch stdin and
+ new variables. Add --binary to long_options[]. Switch stdin and
stdout to binary mode unless file contents are not important
anyway. Open files in binary mode when required.