A few minor text improvements.
authorWayne Davison <wayned@samba.org>
Tue, 18 May 2004 09:54:52 +0000 (09:54 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 18 May 2004 09:54:52 +0000 (09:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 751a6333a5f2d5d45561d7cc89b6d61e5175a9ff..699ebd359ebea6923339110a94453232bd8d7689 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ Changes since 2.6.2:
 
   BUG FIXES:
 
-    - Fixed a crash bug that could cause --delete to crash when multiple
-      source directories were specified.
+    - Fixed a crash bug that might appear when --delete was used and
+      multiple source directories were specified.
 
     - The --backup code no longer attempts to create some directories
       over and over again (generating warnings along the way).
@@ -24,7 +24,7 @@ Changes since 2.6.2:
   ENHANCEMENTS:
 
     - Added long-option names for -4 and -6 (namely --ipv4 and --ipv6)
-      and documented them in the man page.
+      and documented all these options in the man page.
 
   INTERNAL:
 
@@ -41,7 +41,7 @@ Changes since 2.6.2:
       proto.h.
 
     - The timestamp of the proto.h file is unaltered by "make proto"
-      if the contents didn't change.
+      if the contents don't change.
 
   DEVELOPER RELATED: