diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2013-02-19 03:02:35 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2013-02-19 03:02:35 +0000 |
commit | a34808e50b674574aa243c40b63b315f9b225f39 (patch) | |
tree | 0c288404066a5c1081f022bf5d5b7c286e4ae996 | |
parent | afb48f62afff11ba7c9d4391e135f61197c83c4a (diff) |
Add a STANDARDS section to list RFC's related to the FTP protocol
(matches the STANDARDS section on the ftpd(8) man page); suggested by
jmc@ in a discussion about this man page with Sebastian Rother and
myself.
ok jmc phessler
-rw-r--r-- | usr.bin/ftp/ftp.1 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index b3ebce80c05..86670f422e9 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.86 2013/02/15 04:31:59 lteo Exp $ +.\" $OpenBSD: ftp.1,v 1.87 2013/02/19 03:02:34 lteo Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ftp.1 8.3 (Berkeley) 10/9/94 .\" -.Dd $Mdocdate: February 15 2013 $ +.Dd $Mdocdate: February 19 2013 $ .Dt FTP 1 .Os .Sh NAME @@ -1707,6 +1707,21 @@ and .Xr services 5 , .Xr ftp-proxy 8 , .Xr ftpd 8 +.Sh STANDARDS +.Rs +.%A J. Postel +.%A J. Reynolds +.%D October 1985 +.%R RFC 959 +.%T FILE TRANSFER PROTOCOL (FTP) +.Re +.Pp +.Rs +.%A P. Hethmon +.%D March 2007 +.%R RFC 3659 +.%T Extensions to FTP +.Re .Sh HISTORY The .Nm |