Replace rsync command with openrsync in EXAMPLES.
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