mirror of git://anongit.mindrot.org/openssh.git
- dtucker@cvs.openbsd.org 2013/05/06 07:35:12
[sftp-server.8] Reference the version of the sftp draft we actually implement. ok djm@
This commit is contained in:
parent
026d9db3fb
commit
5d8b702d95
|
@ -8,6 +8,9 @@
|
|||
- tedu@cvs.openbsd.org 2013/04/24 16:01:46
|
||||
[misc.c]
|
||||
remove extra parens noticed by nicm
|
||||
- dtucker@cvs.openbsd.org 2013/05/06 07:35:12
|
||||
[sftp-server.8]
|
||||
Reference the version of the sftp draft we actually implement. ok djm@
|
||||
|
||||
20130510
|
||||
- (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: sftp-server.8,v 1.21 2013/01/04 19:26:38 jmc Exp $
|
||||
.\" $OpenBSD: sftp-server.8,v 1.22 2013/05/06 07:35:12 dtucker Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2000 Markus Friedl. 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: January 4 2013 $
|
||||
.Dd $Mdocdate: May 6 2013 $
|
||||
.Dt SFTP-SERVER 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -124,8 +124,8 @@ establish a logging socket inside the chroot directory.
|
|||
.%A T. Ylonen
|
||||
.%A S. Lehtinen
|
||||
.%T "SSH File Transfer Protocol"
|
||||
.%N draft-ietf-secsh-filexfer-00.txt
|
||||
.%D January 2001
|
||||
.%N draft-ietf-secsh-filexfer-02.txt
|
||||
.%D October 2001
|
||||
.%O work in progress material
|
||||
.Re
|
||||
.Sh HISTORY
|
||||
|
|
Loading…
Reference in New Issue