diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2007-05-29 00:04:43 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2007-05-29 00:04:43 +0000 |
commit | 13aee4e62c33cd1ee813953f6b92f31332857bb3 (patch) | |
tree | 5589de54784a3e2ef7bf84b4d8576387a1466b8a /share/man | |
parent | a72ffae9e17113fc9a47b6818848f135f23f10dd (diff) |
correct frame size limitation in BUGS section (7440 bytes, not 7.5K)
ok jmc
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/re.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4 index 8af5e46c2f3..4afc6459b2b 100644 --- a/share/man/man4/re.4 +++ b/share/man/man4/re.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: re.4,v 1.30 2007/05/28 18:45:35 jmc Exp $ +.\" $OpenBSD: re.4,v 1.31 2007/05/29 00:04:42 pvalchev Exp $ .\" Copyright (c) 2003 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. .\" @@ -209,5 +209,5 @@ however it is possible to detect it. The user should ensure the NIC is installed in a 32-bit PCI slot to avoid this problem. .Pp -The RealTek 8169, 8169S and 8110S chips appear to only be capable of -transmitting Jumbo frames up to 7.5K in size. +The RealTek 8169, 8169S and 8110S chips are only capable of transmitting +Jumbo frames up to 7440 bytes in size. |