summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sftp.120
-rw-r--r--ssh_config.56
2 files changed, 13 insertions, 13 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
diff --git a/ssh_config.5 b/ssh_config.5
index 0e5bb9078..fe52578f4 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.280 2018/07/19 10:28:47 dtucker Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.281 2018/07/23 19:02:49 kn Exp $
37.Dd $Mdocdate: July 19 2018 $ 37.Dd $Mdocdate: July 23 2018 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -926,7 +926,7 @@ to unknown options that appear before it.
926.It Cm Include 926.It Cm Include
927Include the specified configuration file(s). 927Include the specified configuration file(s).
928Multiple pathnames may be specified and each pathname may contain 928Multiple pathnames may be specified and each pathname may contain
929.Xr glob 3 929.Xr glob 7
930wildcards and, for user configurations, shell-like 930wildcards and, for user configurations, shell-like
931.Sq ~ 931.Sq ~
932references to user home directories. 932references to user home directories.