mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 13:56:52 +00:00
- 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
|
- tedu@cvs.openbsd.org 2013/04/24 16:01:46
|
||||||
[misc.c]
|
[misc.c]
|
||||||
remove extra parens noticed by nicm
|
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
|
20130510
|
||||||
- (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
|
- (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.
|
.\" 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
|
.\" (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: January 4 2013 $
|
.Dd $Mdocdate: May 6 2013 $
|
||||||
.Dt SFTP-SERVER 8
|
.Dt SFTP-SERVER 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -124,8 +124,8 @@ establish a logging socket inside the chroot directory.
|
|||||||
.%A T. Ylonen
|
.%A T. Ylonen
|
||||||
.%A S. Lehtinen
|
.%A S. Lehtinen
|
||||||
.%T "SSH File Transfer Protocol"
|
.%T "SSH File Transfer Protocol"
|
||||||
.%N draft-ietf-secsh-filexfer-00.txt
|
.%N draft-ietf-secsh-filexfer-02.txt
|
||||||
.%D January 2001
|
.%D October 2001
|
||||||
.%O work in progress material
|
.%O work in progress material
|
||||||
.Re
|
.Re
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
|
Loading…
Reference in New Issue
Block a user