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
This commit is contained in:
kn@openbsd.org 2018-07-23 19:02:49 +00:00 committed by Damien Miller
parent 01c98d9661
commit ddf1b797c2
2 changed files with 13 additions and 13 deletions

20
sftp.1
View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.117 2018/07/19 10:28:47 dtucker Exp $ .\" $OpenBSD: sftp.1,v 1.118 2018/07/23 19:02:49 kn 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: July 19 2018 $ .Dd $Mdocdate: July 23 2018 $
.Dt SFTP 1 .Dt SFTP 1
.Os .Os
.Sh NAME .Sh NAME
@ -315,7 +315,7 @@ to
.Ar grp . .Ar grp .
.Ar path .Ar path
may contain may contain
.Xr glob 3 .Xr glob 7
characters and may match multiple files. characters and may match multiple files.
.Ar grp .Ar grp
must be a numeric GID. must be a numeric GID.
@ -326,7 +326,7 @@ to
.Ar mode . .Ar mode .
.Ar path .Ar path
may contain may contain
.Xr glob 3 .Xr glob 7
characters and may match multiple files. characters and may match multiple files.
.It Ic chown Ar own Ar path .It Ic chown Ar own Ar path
Change owner of file Change owner of file
@ -335,7 +335,7 @@ to
.Ar own . .Ar own .
.Ar path .Ar path
may contain may contain
.Xr glob 3 .Xr glob 7
characters and may match multiple files. characters and may match multiple files.
.Ar own .Ar own
must be a numeric UID. must be a numeric UID.
@ -373,7 +373,7 @@ path name is not specified, it is given the same name it has on the
remote machine. remote machine.
.Ar remote-path .Ar remote-path
may contain may contain
.Xr glob 3 .Xr glob 7
characters and may match multiple files. characters and may match multiple files.
If it does and If it does and
.Ar local-path .Ar local-path
@ -429,7 +429,7 @@ may contain any flags supported by the local system's
command. command.
.Ar path .Ar path
may contain may contain
.Xr glob 3 .Xr glob 7
characters and may match multiple files. characters and may match multiple files.
.It Ic lmkdir Ar path .It Ic lmkdir Ar path
Create local directory specified by Create local directory specified by
@ -460,7 +460,7 @@ or the current directory if
is not specified. is not specified.
.Ar path .Ar path
may contain may contain
.Xr glob 3 .Xr glob 7
characters and may match multiple files. characters and may match multiple files.
.Pp .Pp
The following flags are recognized and alter the behaviour of The 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
on the local machine. on the local machine.
.Ar local-path .Ar local-path
may contain may contain
.Xr glob 3 .Xr glob 7
characters and may match multiple files. characters and may match multiple files.
If it does and If it does and
.Ar remote-path .Ar remote-path
@ -616,7 +616,7 @@ Synonym for help.
.Xr ssh 1 , .Xr ssh 1 ,
.Xr ssh-add 1 , .Xr ssh-add 1 ,
.Xr ssh-keygen 1 , .Xr ssh-keygen 1 ,
.Xr glob 3 , .Xr glob 7 ,
.Xr ssh_config 5 , .Xr ssh_config 5 ,
.Xr sftp-server 8 , .Xr sftp-server 8 ,
.Xr sshd 8 .Xr sshd 8

View File

@ -33,8 +33,8 @@
.\" (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.
.\" .\"
.\" $OpenBSD: ssh_config.5,v 1.280 2018/07/19 10:28:47 dtucker Exp $ .\" $OpenBSD: ssh_config.5,v 1.281 2018/07/23 19:02:49 kn Exp $
.Dd $Mdocdate: July 19 2018 $ .Dd $Mdocdate: July 23 2018 $
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -926,7 +926,7 @@ to unknown options that appear before it.
.It Cm Include .It Cm Include
Include the specified configuration file(s). Include the specified configuration file(s).
Multiple pathnames may be specified and each pathname may contain Multiple pathnames may be specified and each pathname may contain
.Xr glob 3 .Xr glob 7
wildcards and, for user configurations, shell-like wildcards and, for user configurations, shell-like
.Sq ~ .Sq ~
references to user home directories. references to user home directories.