summaryrefslogtreecommitdiff
path: root/share/man/man4/iwn.4
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2013-06-02 20:23:35 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2013-06-02 20:23:35 +0000
commit219d66a345a2096f298f9f7485d8cfcb60c63b85 (patch)
tree5b514129e8227d8dfd3f196be4058ef31d43cba8 /share/man/man4/iwn.4
parentb015e94f1fa88a49429bb89efe1abf0724611493 (diff)
change format strings in error messages to reasonable values more likely
to be understood by people who don't program in C. ok everyone
Diffstat (limited to 'share/man/man4/iwn.4')
-rw-r--r--share/man/man4/iwn.416
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4
index 727b8195fa4..a66cdbe4ae1 100644
--- a/share/man/man4/iwn.4
+++ b/share/man/man4/iwn.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iwn.4,v 1.36 2013/02/14 07:40:42 jmc Exp $
+.\" $OpenBSD: iwn.4,v 1.37 2013/06/02 20:23:33 tedu Exp $
.\"
.\" Copyright (c) 2007,2008
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 14 2013 $
+.Dd $Mdocdate: June 2 2013 $
.Dt IWN 4
.Os
.Sh NAME
@@ -150,25 +150,25 @@ dhcp
.Ed
.Sh DIAGNOSTICS
.Bl -diag
-.It "iwn%d: device timeout"
+.It "iwn0: device timeout"
A frame dispatched to the hardware for transmission did not complete in time.
The driver will reset the hardware.
This should not happen.
-.It "iwn%d: fatal firmware error"
+.It "iwn0: fatal firmware error"
For some reason, the firmware crashed.
The driver will reset the hardware.
This should not happen.
-.It "iwn%d: radio is disabled by hardware switch"
+.It "iwn0: radio is disabled by hardware switch"
The radio transmitter is off and thus no packet can go out.
The driver will reset the hardware.
Make sure the laptop radio switch is on.
-.It "iwn%d: error %d, could not read firmware %s"
+.It "iwn0: error N, could not read firmware ..."
For some reason, the driver was unable to read the firmware image from the
filesystem.
The file might be missing or corrupted.
-.It "iwn%d: firmware file too short: %d bytes"
+.It "iwn0: firmware file too short: N bytes"
The firmware image is corrupted and can't be loaded into the adapter.
-.It "iwn%d: could not load firmware"
+.It "iwn0: could not load firmware"
An attempt to load the firmware into the adapter failed.
The driver will reset the hardware.
.El