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/eg.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/eg.4')
-rw-r--r-- | share/man/man4/eg.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/eg.4 b/share/man/man4/eg.4 index 545be4e5d1d..19e053b18cd 100644 --- a/share/man/man4/eg.4 +++ b/share/man/man4/eg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eg.4,v 1.9 2008/09/07 06:55:34 jmc Exp $ +.\" $OpenBSD: eg.4,v 1.10 2013/06/02 20:23:33 tedu Exp $ .\" $NetBSD: ec.4,v 1.4 1998/08/09 00:39:02 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" 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 EG 4 .Os .Sh NAME @@ -50,10 +50,10 @@ For example, .Dq ifconfig eg0 media . .Sh DIAGNOSTICS .Bl -diag -.It "eg%d: device timeout" +.It "eg0: device timeout" The device has stopped responding to the network, or there is a problem with the network connection (cable). -.It "eg%d: invalid packet size %d; dropping" +.It "eg0: invalid packet size N; dropping" A packet of an invalid length (less than size of Ethernet header or greater than maximum size of Ethernet frame) was received and dropped. .El |