diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-30 22:56:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-30 22:56:06 +0000 |
commit | 75210ab3f34164f0827c90be82d4cda544f35550 (patch) | |
tree | 14f9c97ba43578216f412b49a9e3f7e9df10ded1 /share/man/man4/man4.sparc | |
parent | 75615cfea4d245bcee30357e9f6467a3c38399f5 (diff) |
the start of making .Nd lines more useful for section4;
this diff addresses ethernet devices only
input from nick jsg deraadt, maybe some others
Diffstat (limited to 'share/man/man4/man4.sparc')
-rw-r--r-- | share/man/man4/man4.sparc/be.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/ie.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/le.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/qe.4 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/man4.sparc/be.4 b/share/man/man4/man4.sparc/be.4 index 3dfcb3de842..dd72b4f0aea 100644 --- a/share/man/man4/man4.sparc/be.4 +++ b/share/man/man4/man4.sparc/be.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: be.4,v 1.15 2006/03/11 23:05:19 martin Exp $ +.\" $OpenBSD: be.4,v 1.16 2006/08/30 22:56:05 jmc Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm be -.Nd SPARC Fast Ethernet interface +.Nd SPARC 10/100 Ethernet device .Sh SYNOPSIS .Cd "qec* at sbus? " Pq "sun4c/sun4m" .Cd "be* at qec? " Pq "sun4c/sun4m" diff --git a/share/man/man4/man4.sparc/ie.4 b/share/man/man4/man4.sparc/ie.4 index c65cf3684ba..b76b23f4272 100644 --- a/share/man/man4/man4.sparc/ie.4 +++ b/share/man/man4/man4.sparc/ie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ie.4,v 1.10 2004/04/01 17:02:14 jmc Exp $ +.\" $OpenBSD: ie.4,v 1.11 2006/08/30 22:56:05 jmc Exp $ .\" .\" Copyright (c) 1988 John E. Stone <j.stone@acm.org> .\" @@ -19,7 +19,7 @@ .Os .Sh NAME .Nm ie -.Nd SPARC Intel 82586 Ethernet interface +.Nd Intel i82586 Ethernet device .Sh SYNOPSIS .Cd "ie0 at obio0 addr 0xf6000000 level 6 " Pq "sun4/200 on-board" .Cd "ie0 at obio0 addr 0x06000000 level 6 " Pq "sun4/100 on-board" diff --git a/share/man/man4/man4.sparc/le.4 b/share/man/man4/man4.sparc/le.4 index 76172525fa5..dd92e2c5ae9 100644 --- a/share/man/man4/man4.sparc/le.4 +++ b/share/man/man4/man4.sparc/le.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: le.4,v 1.20 2004/09/30 19:59:27 mickey Exp $ +.\" $OpenBSD: le.4,v 1.21 2006/08/30 22:56:05 jmc Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -38,7 +38,7 @@ .Os .Sh NAME .Nm le -.Nd AMD LANCE Ethernet interface +.Nd AMD LANCE Ethernet device .Sh SYNOPSIS .Cd "le0 at sbus0 " Pq "sun4c onboard" .Cd "le* at sbus? " Pq Sbus diff --git a/share/man/man4/man4.sparc/qe.4 b/share/man/man4/man4.sparc/qe.4 index e8b6c261a2b..49a969b3b6e 100644 --- a/share/man/man4/man4.sparc/qe.4 +++ b/share/man/man4/man4.sparc/qe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qe.4,v 1.9 2006/03/11 23:05:19 martin Exp $ +.\" $OpenBSD: qe.4,v 1.10 2006/08/30 22:56:05 jmc Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm qe -.Nd SPARC Fast Ethernet interface +.Nd SPARC 10/100 Ethernet device .Sh SYNOPSIS .Cd "qec* at sbus? " Pq "sun4c/sun4m" .Cd "qe* at qec? " Pq "sun4c/sun4m" |