diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-02 20:23:35 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-06-02 20:23:35 +0000 |
commit | 219d66a345a2096f298f9f7485d8cfcb60c63b85 (patch) | |
tree | 5b514129e8227d8dfd3f196be4058ef31d43cba8 /share/man/man4/lge.4 | |
parent | b015e94f1fa88a49429bb89efe1abf0724611493 (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/lge.4')
-rw-r--r-- | share/man/man4/lge.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/lge.4 b/share/man/man4/lge.4 index 7563d5607bf..1b44f168b7e 100644 --- a/share/man/man4/lge.4 +++ b/share/man/man4/lge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lge.4,v 1.23 2012/09/17 21:17:06 sthen Exp $ +.\" $OpenBSD: lge.4,v 1.24 2013/06/02 20:23:33 tedu Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <william.paul@windriver.com>. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: src/share/man/man4/lge.4,v 1.3 2001/07/06 08:34:13 ru Exp $ .\" -.Dd $Mdocdate: September 17 2012 $ +.Dd $Mdocdate: June 2 2013 $ .Dt LGE 4 .Os .Sh NAME @@ -103,14 +103,14 @@ For more information on configuring this device, see .Xr ifconfig 8 . .Sh DIAGNOSTICS .Bl -diag -.It "lge%d: can't map i/o space" +.It "lge0: can't map i/o space" A fatal initialization error has occurred. -.It "lge%d: couldn't map interrupt" +.It "lge0: couldn't map interrupt" A fatal initialization error has occurred. -.It "lge%d: no memory for jumbo buffer queue!" +.It "lge0: no memory for jumbo buffer queue!" The driver failed to allocate memory for jumbo frames during initialization. -.It "lge%d: watchdog timeout" +.It "lge0: watchdog timeout" The device has stopped responding to the network, or there is a problem with the network connection (cable). .El |