summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorkn@openbsd.org <kn@openbsd.org>2018-07-23 19:02:49 +0000
committerDamien Miller <djm@mindrot.org>2018-07-26 13:54:30 +1000
commitddf1b797c2d26bbbc9d410aa4f484cbe94673587 (patch)
tree5ba31c97f9a608f82814e66fe928c3e48c9d9aa0 /sftp.1
parent01c98d9661d0ed6156e8602b650f72eed9fc4d12 (diff)
upstream: Point to glob in section 7 for the actual list of special
characters instead the C API in section 3. OK millert jmc nicm, "the right idea" deraadt OpenBSD-Commit-ID: a74fd215488c382809e4d041613aeba4a4b1ffc6
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.120
1 files changed, 10 insertions, 10 deletions
diff --git a/sftp.1 b/sftp.1
index 2ae5e354e..a6210c500 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.117 2018/07/19 10:28:47 dtucker Exp $ 1.\" $OpenBSD: sftp.1,v 1.118 2018/07/23 19:02:49 kn 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: July 19 2018 $ 25.Dd $Mdocdate: July 23 2018 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -315,7 +315,7 @@ to
315.Ar grp . 315.Ar grp .
316.Ar path 316.Ar path
317may contain 317may contain
318.Xr glob 3 318.Xr glob 7
319characters and may match multiple files. 319characters and may match multiple files.
320.Ar grp 320.Ar grp
321must be a numeric GID. 321must be a numeric GID.
@@ -326,7 +326,7 @@ to
326.Ar mode . 326.Ar mode .
327.Ar path 327.Ar path
328may contain 328may contain
329.Xr glob 3 329.Xr glob 7
330characters and may match multiple files. 330characters and may match multiple files.
331.It Ic chown Ar own Ar path 331.It Ic chown Ar own Ar path
332Change owner of file 332Change owner of file
@@ -335,7 +335,7 @@ to
335.Ar own . 335.Ar own .
336.Ar path 336.Ar path
337may contain 337may contain
338.Xr glob 3 338.Xr glob 7
339characters and may match multiple files. 339characters and may match multiple files.
340.Ar own 340.Ar own
341must be a numeric UID. 341must be a numeric UID.
@@ -373,7 +373,7 @@ path name is not specified, it is given the same name it has on the
373remote machine. 373remote machine.
374.Ar remote-path 374.Ar remote-path
375may contain 375may contain
376.Xr glob 3 376.Xr glob 7
377characters and may match multiple files. 377characters and may match multiple files.
378If it does and 378If it does and
379.Ar local-path 379.Ar local-path
@@ -429,7 +429,7 @@ may contain any flags supported by the local system's
429command. 429command.
430.Ar path 430.Ar path
431may contain 431may contain
432.Xr glob 3 432.Xr glob 7
433characters and may match multiple files. 433characters and may match multiple files.
434.It Ic lmkdir Ar path 434.It Ic lmkdir Ar path
435Create local directory specified by 435Create local directory specified by
@@ -460,7 +460,7 @@ or the current directory if
460is not specified. 460is not specified.
461.Ar path 461.Ar path
462may contain 462may contain
463.Xr glob 3 463.Xr glob 7
464characters and may match multiple files. 464characters and may match multiple files.
465.Pp 465.Pp
466The following flags are recognized and alter the behaviour of 466The following flags are recognized and alter the behaviour of
@@ -513,7 +513,7 @@ If the remote path name is not specified, it is given the same name it has
513on the local machine. 513on the local machine.
514.Ar local-path 514.Ar local-path
515may contain 515may contain
516.Xr glob 3 516.Xr glob 7
517characters and may match multiple files. 517characters and may match multiple files.
518If it does and 518If it does and
519.Ar remote-path 519.Ar remote-path
@@ -616,7 +616,7 @@ Synonym for help.
616.Xr ssh 1 , 616.Xr ssh 1 ,
617.Xr ssh-add 1 , 617.Xr ssh-add 1 ,
618.Xr ssh-keygen 1 , 618.Xr ssh-keygen 1 ,
619.Xr glob 3 , 619.Xr glob 7 ,
620.Xr ssh_config 5 , 620.Xr ssh_config 5 ,
621.Xr sftp-server 8 , 621.Xr sftp-server 8 ,
622.Xr sshd 8 622.Xr sshd 8