A few word tweaks.
authorWayne Davison <wayne@opencoder.net>
Sun, 12 Jul 2020 19:38:12 +0000 (12:38 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 12 Jul 2020 19:38:12 +0000 (12:38 -0700)
NEWS.md
loadparm.c

diff --git a/NEWS.md b/NEWS.md
index 9d6a2459b70dfd9ce07254aecc98b1d45413715a..9bd98baedb468dab671e81ac5f3e24b26af64b47 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
 
  - Allow `--max-alloc=0` to specify unlimited.
 
- - Allow `--block-size=SIZE` to specify the size using a suffix such as "K".
+ - Allow `--block-size=SIZE` to specify the size using units such as "100K".
 
  - The name of the id 0 user & group is now sent to the receiver along with the
-   other uer/group names in the transfer instead of assuming that both sides
-   have the same id-0 names.
+   other user/group names in the transfer (instead of assuming that both sides
+   have the same id-0 names).
 
  - Added some compatibility code for HPE NonStop platforms.
 
 
 ### PACKAGING RELATED:
 
- - Add installed binary: /usr/bin/rsync-ssl
+ - Add installed bash script: /usr/bin/rsync-ssl
 
  - Add installed man page: /usr/man/man1/rsync-ssl.1
 
 
  - 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.
+   should make it easier to package rsync, since yodl is rather obscure.
 
  - Improved some configure checks to work better with strict C99 compilers.
 
index a1d5992d0d2dd28d6d8b44236beee82e61d88ef5..952a0b74301fc3140c1da54e2e99b9b55596a321 100644 (file)
@@ -242,7 +242,7 @@ static char *expand_vars(const char *str)
  * typedef local_vars - describes a single section.
  * typedef all_vars - a combination of global_vars & local_vars.
  * all_vars Defaults - the default values for all the variables.
- * all_vars Vars - tThe currently configured values for all the variables.
+ * all_vars Vars - the currently configured values for all the variables.
  * struct parm_struct parm_table - the strings & variables for the parser.
  * FN_{LOCAL,GLOBAL}_{TYPE}() definition for all the lp_var_name() accessors.
  */