summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-16 20:24:23 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-16 20:24:23 +1000
commit5d8b702d95c0dfc338726fecfbb709695afd1377 (patch)
tree079b91bd8d9864f4e85f0815bffb60f0bdcfe158
parent026d9db3fbe311b5a7e98d62472cb666aa559648 (diff)
- 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@
-rw-r--r--ChangeLog3
-rw-r--r--sftp-server.88
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 413adfec0..f322ebb6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 - tedu@cvs.openbsd.org 2013/04/24 16:01:46 8 - tedu@cvs.openbsd.org 2013/04/24 16:01:46
9 [misc.c] 9 [misc.c]
10 remove extra parens noticed by nicm 10 remove extra parens noticed by nicm
11 - dtucker@cvs.openbsd.org 2013/05/06 07:35:12
12 [sftp-server.8]
13 Reference the version of the sftp draft we actually implement. ok djm@
11 14
1220130510 1520130510
13 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler 16 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
diff --git a/sftp-server.8 b/sftp-server.8
index 2fd3df20c..d35af6840 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp-server.8,v 1.21 2013/01/04 19:26:38 jmc Exp $ 1.\" $OpenBSD: sftp-server.8,v 1.22 2013/05/06 07:35:12 dtucker Exp $
2.\" 2.\"
3.\" Copyright (c) 2000 Markus Friedl. All rights reserved. 3.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: January 4 2013 $ 25.Dd $Mdocdate: May 6 2013 $
26.Dt SFTP-SERVER 8 26.Dt SFTP-SERVER 8
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -124,8 +124,8 @@ establish a logging socket inside the chroot directory.
124.%A T. Ylonen 124.%A T. Ylonen
125.%A S. Lehtinen 125.%A S. Lehtinen
126.%T "SSH File Transfer Protocol" 126.%T "SSH File Transfer Protocol"
127.%N draft-ietf-secsh-filexfer-00.txt 127.%N draft-ietf-secsh-filexfer-02.txt
128.%D January 2001 128.%D October 2001
129.%O work in progress material 129.%O work in progress material
130.Re 130.Re
131.Sh HISTORY 131.Sh HISTORY