From aba13795064c571fb9008460ab331abd6036fa85 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Tue, 7 Apr 2009 13:34:15 +0200 Subject: [PATCH] Improve the description of --binary in patch.man --- ChangeLog | 2 ++ patch.man | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5f71d5..f2a09d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ (dist): Optionally also create bzip2 and xz tarballs. * NEWS: Update. + * patch.man: Replace "systems like DOS" with "Windows". Spelling. + 2009-04-06 Andreas Gruenbacher Fix the "patch would create" fix from 2009-03-28. diff --git a/patch.man b/patch.man index 34e840d..b671833 100644 --- a/patch.man +++ b/patch.man @@ -309,8 +309,8 @@ Write all files in binary mode, except for standard output and When reading, disable the heuristic for transforming CRLF line endings into LF line endings. (On \s-1POSIX\s0-conforming systems, reads and writes never transform line -endings. On systems like \s-1DOS\s0, reads and writed do transform line -endings by default, and patches should be generated by +endings. On Windows, reads and writes do transform line endings by default, +and patches should be generated by .B "diff\ \*=binary" when line endings are significant.) .TP