Skip to content

Commit

Permalink
doc: format max map and write size with =SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
aoblet authored Oct 16, 2023
1 parent 9eef0a7 commit 075638f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rsync.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ has its own detailed description later in this manpage.
--checksum-choice=STR choose the checksum algorithm (aka --cc)
--one-file-system, -x don't cross filesystem boundaries
--block-size=SIZE, -B force a fixed checksum block-size
--max-map-size force mmap read block size (expressed in bytes, useful for fast storage, default 256K)
--write-size force write block size (expressed in bytes, default 32K)
--max-map-size=SIZE force mmap read block size (expressed in bytes, useful for fast storage, default 256K)
--write-size=SIZE force write block size (expressed in bytes, default 32K)
--rsh=COMMAND, -e specify the remote shell to use
--rsync-path=PROGRAM specify the rsync to run on remote machine
--existing skip creating new files on receiver
Expand Down

0 comments on commit 075638f

Please sign in to comment.