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/de.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/de.4')
-rw-r--r-- | share/man/man4/de.4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/de.4 b/share/man/man4/de.4 index 8e734353327..0bc37723e34 100644 --- a/share/man/man4/de.4 +++ b/share/man/man4/de.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: de.4,v 1.22 2008/09/07 06:55:34 jmc Exp $ +.\" $OpenBSD: de.4,v 1.23 2013/06/02 20:23:33 tedu Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 7 2008 $ +.Dd $Mdocdate: June 2 2013 $ .Dt DE 4 .Os .Sh NAME @@ -97,17 +97,17 @@ The old method of configuration is not supported. .Sh DIAGNOSTICS .Bl -diag -.It "de%d: waking device from sleep/snooze mode" +.It "de0: waking device from sleep/snooze mode" The 21041 and 21140A chips support suspending the operation of the card. -.It "de%d: error: desired IRQ of %d does not match device's actual IRQ of %d" +.It "de0: error: desired IRQ of X does not match device's actual IRQ of Y" The device probe detected that the board is configured for a different interrupt than the one specified in the kernel configuration file. -.It "de%d: not configured; limit of %d reached or exceeded" +.It "de0: not configured; limit of N reached or exceeded" There is a limit of 32 .Nm devices allowed in a single machine. -.It "de%d: not configured; 21040 pass 2.0 required (%d.%d found)" -.It "de%d: not configured; 21140 pass 1.1 required (%d.%d found)" +.It "de0: not configured; 21040 pass 2.0 required (X.Y found)" +.It "de0: not configured; 21140 pass 1.1 required (X.Y found)" Certain revisions of the chipset are not supported by this driver. .El .Sh SEE ALSO |