svn commit: r213641 - in stable: 7/libexec/tftpd 8/libexec/tftpd

Xin LI delphij at FreeBSD.org
Sat Oct 9 00:36:32 UTC 2010


Author: delphij
Date: Sat Oct  9 00:36:32 2010
New Revision: 213641
URL: http://svn.freebsd.org/changeset/base/213641

Log:
  MFC r213488:
  
  Use a defined FreeBSD version.

Modified:
  stable/7/libexec/tftpd/tftpd.8
Directory Properties:
  stable/7/libexec/tftpd/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/8/libexec/tftpd/tftpd.8
Directory Properties:
  stable/8/libexec/tftpd/   (props changed)

Modified: stable/7/libexec/tftpd/tftpd.8
==============================================================================
--- stable/7/libexec/tftpd/tftpd.8	Sat Oct  9 00:34:58 2010	(r213640)
+++ stable/7/libexec/tftpd/tftpd.8	Sat Oct  9 00:36:32 2010	(r213641)
@@ -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).


More information about the svn-src-all mailing list