upstream: ce examples of "Ar arg Ar arg" with "Ar arg arg" and
stop the spread; OpenBSD-Commit-ID: af0e952ea0f5e2019c2ce953ed1796eca47f0705
This commit is contained in:
parent
67697e4a82
commit
8654e35617
8
sftp.1
8
sftp.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: sftp.1,v 1.130 2020/04/03 05:53:52 jmc Exp $
|
.\" $OpenBSD: sftp.1,v 1.131 2020/04/23 21:28:09 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: April 3 2020 $
|
.Dd $Mdocdate: April 23 2020 $
|
||||||
.Dt SFTP 1
|
.Dt SFTP 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -635,7 +635,7 @@ Equivalent to
|
||||||
with the
|
with the
|
||||||
.Fl a
|
.Fl a
|
||||||
flag set.
|
flag set.
|
||||||
.It Ic rename Ar oldpath Ar newpath
|
.It Ic rename Ar oldpath newpath
|
||||||
Rename remote file from
|
Rename remote file from
|
||||||
.Ar oldpath
|
.Ar oldpath
|
||||||
to
|
to
|
||||||
|
@ -646,7 +646,7 @@ Delete remote file specified by
|
||||||
.It Ic rmdir Ar path
|
.It Ic rmdir Ar path
|
||||||
Remove remote directory specified by
|
Remove remote directory specified by
|
||||||
.Ar path .
|
.Ar path .
|
||||||
.It Ic symlink Ar oldpath Ar newpath
|
.It Ic symlink Ar oldpath newpath
|
||||||
Create a symbolic link from
|
Create a symbolic link from
|
||||||
.Ar oldpath
|
.Ar oldpath
|
||||||
to
|
to
|
||||||
|
|
Loading…
Reference in New Issue