diff options
author | delphij <delphij@FreeBSD.org> | 2010-10-06 18:20:39 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-10-06 18:20:39 +0000 |
commit | 526f3b44831a9e2ca2e896f3f88bc955b35dccf6 (patch) | |
tree | 1d06ca3eae6c02c8286985688477a54ef59224e2 /libexec/tftpd | |
parent | db4ea844fd6e8683d9e7a738f94532b3ddf280ac (diff) | |
download | FreeBSD-src-526f3b44831a9e2ca2e896f3f88bc955b35dccf6.zip FreeBSD-src-526f3b44831a9e2ca2e896f3f88bc955b35dccf6.tar.gz |
Use a defined FreeBSD version.
MFC after: 3 days
Diffstat (limited to 'libexec/tftpd')
-rw-r--r-- | libexec/tftpd/tftpd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 08f40f3..852323c 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -245,14 +245,14 @@ and the and .Fl W options were introduced in -.Fx 7 . +.Fx 7.4 . .Pp Support for Timeout Interval and Transfer Size Options (RFC2349) was introduced in .Fx 5.0 , support for the TFTP Blocksize Option (RFC2348) and the blksize2 option was introduced in -.Fx 7 . +.Fx 7.4 . .Sh BUGS Files larger than 33488896 octets (65535 blocks) cannot be transferred without client and server supporting blocksize negotiation (RFC2348). |