diff options
author | 2012-08-04 14:49:54 +0000 | |
---|---|---|
committer | 2012-08-04 14:49:54 +0000 | |
commit | 17a9ccd30cc15137ef6bd97ac487b24c32a19cb6 (patch) | |
tree | c91ddbc804464b9ffef6c19a8d56aaaf1a985aec | |
parent | zap nonsense code (diff) | |
download | wireguard-openbsd-17a9ccd30cc15137ef6bd97ac487b24c32a19cb6.tar.xz wireguard-openbsd-17a9ccd30cc15137ef6bd97ac487b24c32a19cb6.zip |
MDTM and SIZE have been in RFC 3659 for over five years. Also, mention both
RFCs in "SEE ALSO".
ok jmc@
-rw-r--r-- | libexec/ftpd/ftpd.8 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 6e4b3cf0ebd..89d4cf8c4dc 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.68 2011/12/15 13:55:00 ajacoutot Exp $ +.\" $OpenBSD: ftpd.8,v 1.69 2012/08/04 14:49:54 pascal Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: December 15 2011 $ +.Dd $Mdocdate: August 4 2012 $ .Dt FTPD 8 .Os .Sh NAME @@ -255,8 +255,7 @@ SITE request: .Pp The remaining FTP requests specified in Internet RFC 959 are recognized, but not implemented. -MDTM and SIZE are not specified in RFC 959, -but will appear in the next updated FTP RFC. +MDTM and SIZE are specified in RFC 3659. .Pp The FTP server will abort an active file transfer only when the ABOR @@ -552,6 +551,16 @@ list of users on the system .Xr pwd_mkdb 8 , .Xr sysctl 8 , .Xr syslogd 8 +.Rs +.%R RFC 959 +.%T "File Transfer Protocol" +.%D October 1985 +.Re +.Rs +.%R RFC 3659 +.%T "Extensions to FTP" +.%D March 2007 +.Re .Sh HISTORY The .Nm |