diff options
author | 2013-02-19 03:02:34 +0000 | |
---|---|---|
committer | 2013-02-19 03:02:34 +0000 | |
commit | 0a06fe0db0bb9141b48d673cba01f22a721c6631 (patch) | |
tree | 6f45d89d9f71c2510716513415f7fec69b8ec1b0 | |
parent | oops, forgot to increase the output of the ssh command to ensure that (diff) | |
download | wireguard-openbsd-0a06fe0db0bb9141b48d673cba01f22a721c6631.tar.xz wireguard-openbsd-0a06fe0db0bb9141b48d673cba01f22a721c6631.zip |
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 |