diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-06 15:44:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-05-06 15:44:35 +0000 |
commit | 60e5f190e3a62d6798ef79bb0bb22eed9c83a8b9 (patch) | |
tree | 29230dc380fb0cb96b040ab9470f694779d8dde1 /usr.bin | |
parent | 8cd7b31e76b5c70f34bf98af365b95bd4a7cd88b (diff) |
Remove an example that doesn't do what the accompanying text says,
with the current formatting.
OK benno@ naddy@
The original suggestion to delete it rather than fix it came from deraadt@:
we do not want to encourage use of --rsync-path because it is important
that the openrsync client smoothly works with the Samba rsync server.
If it doesn't, we should fix it and not fragment the ecosystem.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rsync/rsync.1 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/usr.bin/rsync/rsync.1 b/usr.bin/rsync/rsync.1 index 3747a3fe70e..3e84a8e0581 100644 --- a/usr.bin/rsync/rsync.1 +++ b/usr.bin/rsync/rsync.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rsync.1,v 1.17 2019/04/04 04:19:54 bket Exp $ +.\" $OpenBSD: rsync.1,v 1.18 2019/05/06 15:44:34 schwarze 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: April 4 2019 $ +.Dd $Mdocdate: May 6 2019 $ .Dt OPENRSYNC 1 .Os .Sh NAME @@ -243,15 +243,6 @@ and .Pa baz : .Pp .Dl % rsync -t bar baz ../dest -.Pp -To update the out-of-date remote files in -.Pa host:dest -on a remote host running -.Nm -with the local host running -.Nm : -.Pp -.Dl % rsync --rsync-path=rsync -t ../dest/* host:dest .\" .Sh DIAGNOSTICS .Sh SEE ALSO .Xr ssh 1 , |