On Thu, Mar 10, 2022 at 08:19:33PM +0300, Mikhail wrote:
> Replace rsync command with openrsync in EXAMPLES.
> 

sorry, i think this one got overlooked! you can check in the archives,
but i think the consensus was that when it's ready openrsync will be
renamed but, for now, the examples should stay, even if out of kilter.

i'm sure another dev can pick this up if i'm way off the mark.

jmc

> diff --git usr.bin/rsync/rsync.1 usr.bin/rsync/rsync.1
> index 8144754695a..9bcf3566bb9 100644
> --- usr.bin/rsync/rsync.1
> +++ usr.bin/rsync/rsync.1
> @@ -290,7 +290,7 @@ with the local
>  and
>  .Pa ../src/baz :
>  .Pp
> -.Dl % rsync -t ../src/bar ../src/baz host:dest
> +.Dl % openrsync -t ../src/bar ../src/baz host:dest
>  .Pp
>  To update the out-of-date local files
>  .Pa bar
> @@ -301,7 +301,7 @@ with the remote files
>  and
>  .Pa host:src/baz :
>  .Pp
> -.Dl % rsync -t host:src/bar :src/baz \&.
> +.Dl % openrsync -t host:src/bar :src/baz \&.
>  .Pp
>  To update the out-of-date local files
>  .Pa ../dest/bar
> @@ -312,7 +312,7 @@ with
>  and
>  .Pa baz :
>  .Pp
> -.Dl % rsync -t bar baz ../dest
> +.Dl % openrsync -t bar baz ../dest
>  .\" .Sh DIAGNOSTICS
>  .Sh SEE ALSO
>  .Xr ssh 1
> 

Reply via email to