Skip to content

Commit

Permalink
A few word tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneD committed Jul 12, 2020
1 parent de7e4d0 commit d495e34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

- 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.

Expand Down Expand Up @@ -327,7 +327,7 @@

### 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

Expand Down Expand Up @@ -367,7 +367,7 @@

- 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.

Expand Down
2 changes: 1 addition & 1 deletion loadparm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit d495e34

Please sign in to comment.