diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-02 14:18:45 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-02 14:18:45 +0000 |
commit | d3f45341dd7badef7f23cdd44c8a6a74c0344aaf (patch) | |
tree | 751817acd1ce7499fbee12f0949e4e66fa7bf2be | |
parent | 11cfb32608d40b43c4aafc7849137c83d70ec559 (diff) | |
download | FreeBSD-src-d3f45341dd7badef7f23cdd44c8a6a74c0344aaf.zip FreeBSD-src-d3f45341dd7badef7f23cdd44c8a6a74c0344aaf.tar.gz |
Replace the use of troff macros with a real diagnostic list.
-rw-r--r-- | share/man/man4/man4.i386/ep.4 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/man4.i386/ep.4 b/share/man/man4/man4.i386/ep.4 index 98f44b1..cdfe7ee 100644 --- a/share/man/man4/man4.i386/ep.4 +++ b/share/man/man4/man4.i386/ep.4 @@ -82,20 +82,20 @@ Beware! Avoid placing other cards at that address! .Pp .Sh DIAGNOSTICS -ep0: reset (status: %x) -.in +4 -the driver has encountered a FIFO underrun or overrun. The driver will reset -the card and the packet will be lost. This is not fatal. -.in -4 -ep0: eeprom failed to come ready -.in +4 -The eeprom failed to come ready. This probably means the card is wedged. -.in -4 -ep0: 3c509 in test mode. Erase pencil mark! -.in +4 -This means that someone has scribbled with pencil in the test area on the -card. Erase the pencil mark and reboot. (This is not a joke). -.in -4 +.Bl -diag +.It ep0: reset (status: %x) +The driver has encountered a FIFO underrun or overrun. +The driver will reset the card and the packet will be lost. +This is not fatal. +.It ep0: eeprom failed to come ready +The eeprom failed to come ready. +This probably means the card is wedged. +.It ep0: 3c509 in test mode. Erase pencil mark! +This means that someone has scribbled with pencil +in the test area on the card. +Erase the pencil mark and reboot. +(This is not a joke). +.El .Sh SEE ALSO .Xr ed 4 , .Xr eg 4 , |