diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-02 14:39:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-02 14:39:31 +0000 |
commit | f764cbf1b21ba29173f9846ec4ca0006951dfb4e (patch) | |
tree | 7d932e6a6d24e253550893525477707a26625810 | |
parent | 8f1b1d3121b73d330ba16e604559670975475d45 (diff) |
section reorder;
-rw-r--r-- | libexec/tftpd/tftpd.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 3578fe07e8c..fa9de4842b5 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftpd.8,v 1.11 2003/02/14 23:20:36 jmc Exp $ +.\" $OpenBSD: tftpd.8,v 1.12 2003/06/02 14:39:30 jmc Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tftpd.8 6.7 (Berkeley) 5/13/91 -.\" $OpenBSD: tftpd.8,v 1.11 2003/02/14 23:20:36 jmc Exp $ +.\" $OpenBSD: tftpd.8,v 1.12 2003/06/02 14:39:30 jmc Exp $ .\" .Dd June 11, 1997 .Dt TFTPD 8 @@ -106,11 +106,6 @@ on startup; therefore the remote host is not expected to pass the directory as part of the file name to transfer. This option is intended primarily for compatibility with SunOS boot ROMs which do not include a directory name. -.Sh BUGS -Files larger than 33488896 octets (65535 blocks) cannot be transferred -without client and server supporting blocksize negotiation (RFC1783). -.Pp -Many tftp clients will not transfer files over 16744448 octets (32767 blocks). .Sh SEE ALSO .Xr tftp 1 , .Xr inetd 8 @@ -129,3 +124,8 @@ The .Fl c flag was added in .Ox 2.1 . +.Sh BUGS +Files larger than 33488896 octets (65535 blocks) cannot be transferred +without client and server supporting blocksize negotiation (RFC1783). +.Pp +Many tftp clients will not transfer files over 16744448 octets (32767 blocks). |