diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-12 00:54:35 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-12 00:54:35 +0000 |
commit | 558e2fd290b72ee916d2e9fa233f485e94d411f2 (patch) | |
tree | 5b3b5bb03e01f49221671f3b16cc8dee8011b55d | |
parent | 1cae86e6dd3a311732f866a1b259e35f4b0552a5 (diff) |
don't bother to expalicitly mention ukphy(4) in driver man pages.
-rw-r--r-- | share/man/man4/aue.4 | 6 | ||||
-rw-r--r-- | share/man/man4/ne.4 | 5 |
2 files changed, 3 insertions, 8 deletions
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4 index fa7df9f992c..ec8233bdbcc 100644 --- a/share/man/man4/aue.4 +++ b/share/man/man4/aue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aue.4,v 1.27 2006/01/08 00:00:51 jmc Exp $ +.\" $OpenBSD: aue.4,v 1.28 2006/02/12 00:54:34 brad Exp $ .\" $NetBSD: aue.4,v 1.9 2002/07/11 00:23:31 rh Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 @@ -40,10 +40,9 @@ .Nm aue .Nd ADMtek AN986 / ADM8511 Pegasus family USB Ethernet driver .Sh SYNOPSIS -.Cd "aue* at uhub?" +.Cd "aue* at uhub?" .Cd "acphy* at mii?" .Cd "bmtphy* at mii?" -.Cd "ukphy* at mii?" .Sh DESCRIPTION The .Nm @@ -183,7 +182,6 @@ The driver failed to allocate an mbuf for the receiver ring. .Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , -.Xr ukphy 4 , .Xr usb 4 , .Xr hostname.if 5 , .Xr ifconfig 8 diff --git a/share/man/man4/ne.4 b/share/man/man4/ne.4 index f7ab1171e02..cad3eca0ab2 100644 --- a/share/man/man4/ne.4 +++ b/share/man/man4/ne.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ne.4,v 1.25 2005/12/13 06:01:34 uwe Exp $ +.\" $OpenBSD: ne.4,v 1.26 2006/02/12 00:54:34 brad Exp $ .\" $NetBSD: ne.4,v 1.4 1998/02/22 05:21:20 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -49,11 +49,9 @@ .Cd "ne* at isapnp?" .Cd "ne* at pci?" .Cd "ne* at pcmcia?" -.Pp .Cd "bmtphy* at mii?" .Cd "lxtphy* at mii?" .Cd "nsphyter* at mii?" -.Cd "ukphy* at mii?" .Sh DESCRIPTION The .Nm @@ -155,6 +153,5 @@ to complete the configuration sequence. .Xr nsphyter 4 , .Xr pci 4 , .Xr pcmcia 4 , -.Xr ukphy 4 , .Xr hostname.if 5 , .Xr ifconfig 8 |