diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-10-05 22:08:17 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2011-10-05 22:08:17 +0000 |
commit | e146993e33182e13df79b5a957f2734f663fd836 (patch) | |
tree | 654e40360db9b6bb67928b3a5c1b5dbd84925000 /crypto/openssh/sftp.1 | |
parent | 4ce9c95bd855c6b7a221c89aea94cf83430eaefb (diff) | |
parent | 3a979c350269b8a0c054b37f071a31a0d273c138 (diff) |
Upgrade to OpenSSH 5.9p1.
MFC after: 3 months
Notes
Notes:
svn path=/head/; revision=226046
Diffstat (limited to 'crypto/openssh/sftp.1')
-rw-r--r-- | crypto/openssh/sftp.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/crypto/openssh/sftp.1 b/crypto/openssh/sftp.1 index 416948291804..389c8e8ee520 100644 --- a/crypto/openssh/sftp.1 +++ b/crypto/openssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.88 2010/12/04 00:18:01 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.90 2011/08/07 12:55:30 dtucker Exp $ .\" $FreeBSD$ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd December 4, 2010 +.Dd August 7, 2011 .Dt SFTP 1 .Os .Sh NAME @@ -90,6 +90,10 @@ to obviate the need to enter a password at connection time (see and .Xr ssh-keygen 1 for details). +.Pp +Since some usage formats use colon characters to delimit host names from path +names, IPv6 addresses must be enclosed in square brackets to avoid ambiguity. +.Pp The options are as follows: .Bl -tag -width Ds .It Fl 1 @@ -481,7 +485,7 @@ is specified, then .Ar remote-path must specify a directory. .Pp -If ether the +If either the .Fl P or .Fl p |