xz/doc
Lasse Collin 3e321a3acd Remove doubled words from documentation and comments.
Spot candidates by running these commands:
  git ls-files |xargs perl -0777 -n \
    -e 'while (/\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt]o)\s+\1\b/gims)' \
    -e '{$n=($` =~ tr/\n/\n/ + 1); ($v=$&)=~s/\n/\\n/g; print "$ARGV:$n:$v\n"}'

Thanks to Jim Meyering for the original patch.
2011-04-12 11:59:49 +03:00
..
examples Add two simple example programs. 2010-07-13 19:55:50 +03:00
faq.txt Update the FAQ. 2010-10-02 12:07:33 +03:00
history.txt Updated history.txt. 2009-04-13 16:36:41 +03:00
lzma-file-format.txt Remove doubled words from documentation and comments. 2011-04-12 11:59:49 +03:00
xz-file-format.txt .xz file format specification 1.0.4 (probably). 2009-08-27 16:12:52 +03:00