- jmc@cvs.openbsd.org 2009/08/12 06:31:42

[sftp.1]
     sort options;
This commit is contained in:
Darren Tucker 2009-10-07 08:22:20 +11:00
parent 46bbbe3326
commit adba1ba514
2 changed files with 8 additions and 5 deletions

View File

@ -8,6 +8,9 @@
discussion. discussion.
Patch from carlosvsilvapt@gmail.com as part of his work in the Patch from carlosvsilvapt@gmail.com as part of his work in the
Google Summer of Code Google Summer of Code
- jmc@cvs.openbsd.org 2009/08/12 06:31:42
[sftp.1]
sort options;
20091002 20091002
- (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.

10
sftp.1
View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.70 2009/08/12 00:13:00 djm Exp $ .\" $OpenBSD: sftp.1,v 1.71 2009/08/12 06:31:42 jmc Exp $
.\" .\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\" .\"
@ -132,14 +132,14 @@ prefixing the command with a
.Sq \- .Sq \-
character (for example, character (for example,
.Ic -rm /tmp/blah* ) . .Ic -rm /tmp/blah* ) .
.It Fl c Ar cipher
Selects the cipher to use for encrypting the data transfers.
This option is directly passed to
.Xr ssh 1 .
.It Fl C .It Fl C
Enables compression (via ssh's Enables compression (via ssh's
.Fl C .Fl C
flag). flag).
.It Fl c Ar cipher
Selects the cipher to use for encrypting the data transfers.
This option is directly passed to
.Xr ssh 1 .
.It Fl F Ar ssh_config .It Fl F Ar ssh_config
Specifies an alternative Specifies an alternative
per-user configuration file for per-user configuration file for