diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-11-26 03:41:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-11-26 03:41:40 +0000 |
commit | a91f72b1c24e4467a710eab0536ffd666e11025e (patch) | |
tree | 6e99c13b297eeaa22938e8d74af7cace85e2f6d4 /usr.bin/rsync | |
parent | f387b5b883f1fcd036ff606fa3b754b35b91879b (diff) |
definiton -> definition
Diffstat (limited to 'usr.bin/rsync')
-rw-r--r-- | usr.bin/rsync/rsync.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rsync/rsync.1 b/usr.bin/rsync/rsync.1 index a1b75295e11..8144754695a 100644 --- a/usr.bin/rsync/rsync.1 +++ b/usr.bin/rsync/rsync.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsync.1,v 1.28 2021/10/29 08:00:59 claudio Exp $ +.\" $OpenBSD: rsync.1,v 1.29 2021/11/26 03:41:39 jsg Exp $ .\" .\" Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 29 2021 $ +.Dd $Mdocdate: November 26 2021 $ .Dt OPENRSYNC 1 .Os .Sh NAME @@ -144,7 +144,7 @@ Don't transfer any file that is smaller than bytes. See .Fl -max-size -on the definiton of size. +on the definition of size. .It Fl n , -dry-run Do not actually modify the destination. Mainly useful in combination with |