summaryrefslogtreecommitdiff
path: root/share/man/man4/ef.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/ef.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/ef.4')
-rw-r--r--share/man/man4/ef.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ef.4 b/share/man/man4/ef.4
index 3f341ef22b5..2bdf7841e14 100644
--- a/share/man/man4/ef.4
+++ b/share/man/man4/ef.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ef.4,v 1.16 2007/05/31 19:19:50 jmc Exp $
+.\" $OpenBSD: ef.4,v 1.17 2013/06/02 20:23:33 tedu Exp $
.\"
.\" Copyright (c) 1998 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: June 2 2013 $
.Dt EF 4
.Os
.Sh NAME
@@ -65,12 +65,12 @@ For more information on configuring this device, see
.Xr ifconfig 8 .
.Sh DIAGNOSTICS
.Bl -diag
-.It "ef%d: adapter failure (%x)"
+.It "ef0: adapter failure (XXXX)"
A fatal error during receive or transmit has occurred.
-.It "ef%d: eeprom failed to come ready"
+.It "ef0: eeprom failed to come ready"
When reading/writing the EEPROM, the busy bit failed to clear.
This may indicate a hardware problem.
-.It "ef%d: device timeout"
+.It "ef0: device timeout"
The device has stopped responding to the network, or there is a problem with
the network connection (cable).
.El