diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-04-21 05:40:12 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-04-21 05:40:12 +0000 |
commit | a649c2c975c1fbc26e3748fba0368e76fa527953 (patch) | |
tree | d3061c00ff81ad47886ad6d885be7fc05824cf0b | |
parent | d93b4012a3f2c994a992d610c59ffba6fc293de1 (diff) | |
download | FreeBSD-src-a649c2c975c1fbc26e3748fba0368e76fa527953.zip FreeBSD-src-a649c2c975c1fbc26e3748fba0368e76fa527953.tar.gz |
Spelling error fixed.
-rw-r--r-- | share/man/man4/man4.i386/tx.4 | 2 | ||||
-rw-r--r-- | share/man/man4/tx.4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/tx.4 b/share/man/man4/man4.i386/tx.4 index 329ce0c..eefd10d 100644 --- a/share/man/man4/man4.i386/tx.4 +++ b/share/man/man4/man4.i386/tx.4 @@ -72,7 +72,7 @@ Parity Error or Address Parity Error. Device and driver reset follows this error .It "tx%d: WARNING! no link established" No media connected. Displayed at startup only. .It "tx%d: cannot allocate mbuf header/cluster" -Cannot allocate memory for received packet. Packet througth away. +Cannot allocate memory for received packet. Packet thrown away. .It "tx%d: can't stop %s DMA" While reseting, driver failed to stop device correctly. .El diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4 index 329ce0c..eefd10d 100644 --- a/share/man/man4/tx.4 +++ b/share/man/man4/tx.4 @@ -72,7 +72,7 @@ Parity Error or Address Parity Error. Device and driver reset follows this error .It "tx%d: WARNING! no link established" No media connected. Displayed at startup only. .It "tx%d: cannot allocate mbuf header/cluster" -Cannot allocate memory for received packet. Packet througth away. +Cannot allocate memory for received packet. Packet thrown away. .It "tx%d: can't stop %s DMA" While reseting, driver failed to stop device correctly. .El |