diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2011-06-22 23:25:24 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2011-06-22 23:25:24 +0000 |
commit | e4d159c9630d6c6aab4bf9e8a81f85a827c675a9 (patch) | |
tree | d4f4b2ea5c6ff845b8e1c054a485497b786ff71e /libexec | |
parent | d1e97d2773931873cc7fbc821c7d4fd33d9e6de7 (diff) | |
download | FreeBSD-src-e4d159c9630d6c6aab4bf9e8a81f85a827c675a9.zip FreeBSD-src-e4d159c9630d6c6aab4bf9e8a81f85a827c675a9.tar.gz |
Update references to RFC's that the newer TFTP implementation supports.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/tftpd/tftpd.8 | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 3befa73..c8474d2 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -235,12 +235,34 @@ option. .Xr services 5 , .Xr syslog.conf 5 , .Xr inetd 8 +.Pp +The following RFC's are supported: .Rs -.%A K. R. Sollins +RFC 1350 .%T The TFTP Protocol (Revision 2) -.%D July 1992 -.%O RFC 1350, STD 33 .Re +.Rs +RFC 2347 +.%T TFTP Option Extension +.Re +.Rs +RFC 2348 +.%T TFTP Blocksize Option +.Re +.Rs +RFC 2349 +.%T TFTP Timeout Interval and Transfer Size Options +.Re +.Pp +The non-standard +.Cm rollover +and +.Cm blksize2 +TFTP options are mentioned here: +.Rs +.%T Extending TFTP +.%U http://www.compuphase.com/tftp.htm +.Re .Sh HISTORY The .Nm |