diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-09-26 21:39:35 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-09-26 21:39:35 +0000 |
commit | 892b64ba666e5bee9041f10e7067334e604ac879 (patch) | |
tree | 844ae3a835110691ea5ff9e3501db89198e5ac72 | |
parent | 9a6c5e6f7c6d00eb108b8fa2813744c8bd727901 (diff) |
Add a man page for atphy(4).
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/atphy.4 | 33 | ||||
-rw-r--r-- | share/man/man4/mii.4 | 4 |
3 files changed, 39 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 5a855748553..973dc426dc3 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.463 2008/09/26 10:35:15 jsg Exp $ +# $OpenBSD: Makefile,v 1.464 2008/09/26 21:39:34 brad Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -8,8 +8,8 @@ MAN= aac.4 ac97.4 acphy.4 \ aha.4 ahb.4 ahc.4 ahci.4 \ ahd.4 aic.4 akbd.4 alipm.4 amdiic.4 amdpm.4 ami.4 amphy.4 ams.4 \ an.4 andl.4 aps.4 arc.4 aria.4 art.4 \ - asbtm.4 ast.4 atalk.4 atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 \ - auacer.4 auich.4 autri.4 auixp.4 auvia.4 axe.4 az.4 azalia.4 \ + asbtm.4 ast.4 atalk.4 atapiscsi.4 atphy.4 ath.4 atu.4 atw.4 audio.4 \ + aue.4 auacer.4 auich.4 autri.4 auixp.4 auvia.4 axe.4 az.4 azalia.4 \ bce.4 bge.4 bha.4 \ bio.4 bktr.4 bluetooth.4 bmtphy.4 bnx.4 boca.4 bpf.4 brgphy.4 bridge.4 \ bwi.4 \ diff --git a/share/man/man4/atphy.4 b/share/man/man4/atphy.4 new file mode 100644 index 00000000000..3e54bb73bbb --- /dev/null +++ b/share/man/man4/atphy.4 @@ -0,0 +1,33 @@ +.\" $OpenBSD: atphy.4,v 1.1 2008/09/26 21:39:34 brad Exp $ +.\" +.\" Copyright (c) 2008 Brad Smith <brad@comstyle.com> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: September 26 2008 $ +.Dt ATPHY 4 +.Os +.Sh NAME +.Nm atphy +.Nd Attansic Technology F1 10/100/1000 Ethernet PHY +.Sh SYNOPSIS +.Cd "atphy* at mii?" +.Sh DESCRIPTION +The +.Nm +driver supports the Attansic Technology F1 10/100/1000 Ethernet PHY. +.Sh SEE ALSO +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr mii 4 , +.Xr ifconfig 8 diff --git a/share/man/man4/mii.4 b/share/man/man4/mii.4 index 20b774c86d6..f80e80f987f 100644 --- a/share/man/man4/mii.4 +++ b/share/man/man4/mii.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mii.4,v 1.27 2008/09/26 10:35:15 jsg Exp $ +.\" $OpenBSD: mii.4,v 1.28 2008/09/26 21:39:34 brad Exp $ .\" $NetBSD: mii.4,v 1.1 1998/11/04 05:21:50 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -38,6 +38,7 @@ .Sh SYNOPSIS .Cd "acphy* at mii?" .Cd "amphy* at mii?" +.Cd "atphy* at mii?" .Cd "bmtphy* at mii?" .Cd "brgphy* at mii?" .Cd "ciphy* at mii?" @@ -101,6 +102,7 @@ program. .Sh SEE ALSO .Xr acphy 4 , .Xr amphy 4 , +.Xr atphy 4 , .Xr bmtphy 4 , .Xr brgphy 4 , .Xr ciphy 4 , |