diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:39:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:11 +0700 |
commit | 85d590753be45073e9e3d40eee2b0f2a7d6d0418 (patch) | |
tree | a3861bc495e464fa1e253e5cdf755873aa8a9090 | |
parent | 77e622c6229b09e8a38e081c4d9609f2bb03a4ba (diff) | |
download | slackbuilds-85d590753be45073e9e3d40eee2b0f2a7d6d0418.tar.gz |
system/wdiff: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/wdiff/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/wdiff/README b/system/wdiff/README index 4529bc8c0c..2067f6fbb7 100644 --- a/system/wdiff/README +++ b/system/wdiff/README @@ -1,9 +1,9 @@ wdiff (display word differences between text files) -The GNU wdiff program is a front end to diff for comparing files on a word -per word basis. A word is anything between whitespace. This is useful for -comparing two texts in which a few words have been changed and for which -paragraphs have been refilled. It works by creating two temporary files, -one word per line, and then executes diff on these files. It collects the -diff output and uses it to produce a nicer display of word differences -between the original files. +The GNU wdiff program is a front end to diff for comparing files on +a word per word basis. A word is anything between whitespace. This is +useful for comparing two texts in which a few words have been changed +and for which paragraphs have been refilled. It works by creating two +temporary files, one word per line, and then executes diff on these +files. It collects the diff output and uses it to produce a nicer +display of word differences between the original files. |