diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2016-06-29 19:14:28 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-07-08 05:46:59 +0200 |
commit | 772e6cec0ed740fc7db618dc30b4134f5a358b43 (patch) | |
tree | e900d08f970b4684fe6b9be9440d81af540ffcc2 /sftp.1 | |
parent | upstream commit (diff) | |
download | openssh-772e6cec0ed740fc7db618dc30b4134f5a358b43.tar.xz openssh-772e6cec0ed740fc7db618dc30b4134f5a358b43.zip |
upstream commit
sort the -o list;
Upstream-ID: 1a97465ede8790b4d47cb618269978e07f41f8ac
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.103 2016/05/04 14:32:26 markus Exp $ +.\" $OpenBSD: sftp.1,v 1.104 2016/06/29 17:14:28 jmc Exp $ .\" .\" 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 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 4 2016 $ +.Dd $Mdocdate: June 29 2016 $ .Dt SFTP 1 .Os .Sh NAME @@ -220,9 +220,9 @@ For full details of the options listed below, and their possible values, see .It HostKeyAlgorithms .It HostKeyAlias .It HostName +.It IdentitiesOnly .It IdentityAgent .It IdentityFile -.It IdentitiesOnly .It IPQoS .It KbdInteractiveAuthentication .It KbdInteractiveDevices |