diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1998-12-07 18:14:30 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1998-12-07 18:14:30 +0000 |
| commit | f769cca5eb9fed523269d85eefe74037ff7bd1b5 (patch) | |
| tree | fcf6023863e1c2785c418449f39f12ae1b8bc515 | |
| parent | 4979978b8d8fa2cd5b7f38def9d35a7b3c4bc4fa (diff) | |
Notes
| -rw-r--r-- | share/man/man4/man4.i386/rl.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/rl.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/rl.4 b/share/man/man4/man4.i386/rl.4 index 7584ff957495..2b1ec127cc2b 100644 --- a/share/man/man4/man4.i386/rl.4 +++ b/share/man/man4/man4.i386/rl.4 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: rl.4,v 1.8 1998/12/07 00:17:23 wpaul Exp $ +.\" $Id: rl.4,v 1.5 1998/12/07 00:34:59 wpaul Exp $ .\" .Dd November 4, 1998 .Dt RL 4 i386 @@ -123,7 +123,7 @@ the network connection (cable). .It "rl%d: no memory for rx list" The driver failed to allocate an mbuf for the receiver ring. .It "rl%d: no memory for tx list" -The driver fauled to allocate an mbuf for the transmitter ring when +The driver failed to allocate an mbuf for the transmitter ring when allocating a pad buffer or collapsing an mbuf chain into a cluster. .It "rl%d: chip is in D3 power state -- setting to D0" This message applies only to adapters which support power diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4 index 7584ff957495..2b1ec127cc2b 100644 --- a/share/man/man4/rl.4 +++ b/share/man/man4/rl.4 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: rl.4,v 1.8 1998/12/07 00:17:23 wpaul Exp $ +.\" $Id: rl.4,v 1.5 1998/12/07 00:34:59 wpaul Exp $ .\" .Dd November 4, 1998 .Dt RL 4 i386 @@ -123,7 +123,7 @@ the network connection (cable). .It "rl%d: no memory for rx list" The driver failed to allocate an mbuf for the receiver ring. .It "rl%d: no memory for tx list" -The driver fauled to allocate an mbuf for the transmitter ring when +The driver failed to allocate an mbuf for the transmitter ring when allocating a pad buffer or collapsing an mbuf chain into a cluster. .It "rl%d: chip is in D3 power state -- setting to D0" This message applies only to adapters which support power |
