summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2020-04-23 21:28:09 +0000
committerDarren Tucker <dtucker@dtucker.net>2020-04-24 12:57:50 +1000
commit8654e3561772f0656e7663a0bd6a1a8cb6d43300 (patch)
tree10e90568897ce2eb5c1b640b3f33b25ba86d35ac
parent67697e4a8246dd8423e44b8785f3ee31fee72d07 (diff)
upstream: ce examples of "Ar arg Ar arg" with "Ar arg arg" and
stop the spread; OpenBSD-Commit-ID: af0e952ea0f5e2019c2ce953ed1796eca47f0705
-rw-r--r--sftp.18
1 files changed, 4 insertions, 4 deletions
diff --git a/sftp.1 b/sftp.1
index e48158b56..a305b37d1 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.130 2020/04/03 05:53:52 jmc Exp $ 1.\" $OpenBSD: sftp.1,v 1.131 2020/04/23 21:28:09 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: April 3 2020 $ 25.Dd $Mdocdate: April 23 2020 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -635,7 +635,7 @@ Equivalent to
635with the 635with the
636.Fl a 636.Fl a
637flag set. 637flag set.
638.It Ic rename Ar oldpath Ar newpath 638.It Ic rename Ar oldpath newpath
639Rename remote file from 639Rename remote file from
640.Ar oldpath 640.Ar oldpath
641to 641to
@@ -646,7 +646,7 @@ Delete remote file specified by
646.It Ic rmdir Ar path 646.It Ic rmdir Ar path
647Remove remote directory specified by 647Remove remote directory specified by
648.Ar path . 648.Ar path .
649.It Ic symlink Ar oldpath Ar newpath 649.It Ic symlink Ar oldpath newpath
650Create a symbolic link from 650Create a symbolic link from
651.Ar oldpath 651.Ar oldpath
652to 652to