]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
A minor NEWS tweak.
authorWayne Davison <wayne@opencoder.net>
Mon, 15 Jun 2020 16:21:26 +0000 (09:21 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 15 Jun 2020 16:21:26 +0000 (09:21 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index f2b808dec3679ae72d1b293fd49eccf72b5a7b0d..32163f8aeba3bc674b16dcc5f203638ef1a59dc4 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -173,8 +173,8 @@ Protocol: 31 (unchanged)
    autoconf include-file check.
 
  - Converted the man pages from yodl to markdown. They are now processed via a
-   simple python3 script using the cmarkgfm OR commonmark library.  This should
-   make it easier to package rsync, since yodl has gotten obscure.
+   simple python3 script using the cmarkgfm **or** commonmark library.  This
+   should make it easier to package rsync, since yodl has gotten obscure.
 
  - Improved some configure checks to work better with strict C99 compilers.