summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2009-10-04 11:36:55 +0000
committerjmc <jmc@openbsd.org>2009-10-04 11:36:55 +0000
commit13daa701f925eaf3d3f390d2e44aa5aafb6c138e (patch)
tree36598780176fcfa887e1b8ff5b364a27f4dc1c3c
parenttweak previous; (diff)
downloadwireguard-openbsd-13daa701f925eaf3d3f390d2e44aa5aafb6c138e.tar.xz
wireguard-openbsd-13daa701f925eaf3d3f390d2e44aa5aafb6c138e.zip
tweak previous; ok kettenis
-rw-r--r--share/man/man4/man4.sparc64/ebus.46
-rw-r--r--share/man/man4/wbsd.413
2 files changed, 8 insertions, 11 deletions
diff --git a/share/man/man4/man4.sparc64/ebus.4 b/share/man/man4/man4.sparc64/ebus.4
index 6463284ced0..fbd231745c3 100644
--- a/share/man/man4/man4.sparc64/ebus.4
+++ b/share/man/man4/man4.sparc64/ebus.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ebus.4,v 1.21 2009/10/03 20:18:19 kettenis Exp $
+.\" $OpenBSD: ebus.4,v 1.22 2009/10/04 11:36:55 jmc Exp $
.\" $NetBSD: ebus.4,v 1.3 2002/03/13 21:42:20 wiz Exp $
.\"
.\" Copyright (c) 1999 Matthew R. Green
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 3 2009 $
+.Dd $Mdocdate: October 4 2009 $
.Dt EBUS 4 sparc64
.Os
.Sh NAME
@@ -92,7 +92,7 @@ Infineon SAB82532 (ESCC2) serial communications driver
.It Xr uperf 4
performance counters driver
.It Xr wbsd 4
-Winbond W83L159D SD memory card interface
+Winbond W83L518D/W83L519D SD memory card interface
.El
.Sh SEE ALSO
.Xr intro 4
diff --git a/share/man/man4/wbsd.4 b/share/man/man4/wbsd.4
index 36b9a0f824d..1c823a834a8 100644
--- a/share/man/man4/wbsd.4
+++ b/share/man/man4/wbsd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wbsd.4,v 1.1 2009/10/03 20:14:34 kettenis Exp $
+.\" $OpenBSD: wbsd.4,v 1.2 2009/10/04 11:36:55 jmc Exp $
.\"
.\" Copyright (c) 2009 Mark Kettenis <kettenis@openbsd.org>
.\"
@@ -14,20 +14,20 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 3 2009 $
+.Dd $Mdocdate: October 4 2009 $
.Dt WBSD 4
.Os
.Sh NAME
.Nm wbsd
-.Nd Winbond WD83L158D/WD83L159D SD Memory Card Interface
+.Nd Winbond W83L518D/W83L519D SD memory card interface
.Sh SYNOPSIS
.Cd "wbsd* at ebus?"
.Cd "sdmmc* at wbsd?"
.Sh DESCRIPTION
The
.Nm
-driver provides support for the SD Memory Card Interface of the
-Winbond W83L518D/W83L519D Integrated Media Reader.
+driver provides support for the SD memory card interface of the
+Winbond W83L518D/W83L519D integrated media reader.
.Pp
The
.Xr sdmmc 4
@@ -40,9 +40,6 @@ whatever MMC, SD, SDHC, or SDIO devices are inserted into the SD slot.
The
.Nm
driver first appeared in
-.Nx 6.0 .
-.Ox
-support was added in
.Ox 4.7 .
.Sh AUTHORS
.An -nosplit