summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-11 19:45:29 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-11 19:45:29 +0000
commit3369b776e77d262ba3a7fe87b004297af8ba9c18 (patch)
tree5333467424dd512fe234361cbf8702958432a861 /share
parenta0caf7a1b53e9d2096c6a7bf743b6992a0a9a295 (diff)
urio has been removed
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/urio.473
-rw-r--r--share/man/man4/usb.46
3 files changed, 4 insertions, 79 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index c532caa1b84..bc00165f984 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.585 2014/12/04 11:06:34 mpi Exp $
+# $OpenBSD: Makefile,v 1.586 2014/12/11 19:45:28 tedu Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -61,7 +61,7 @@ MAN= aac.4 ac97.4 acphy.4 \
uk.4 ukbd.4 \
ukphy.4 ulpt.4 umass.4 umbg.4 umcs.4 umct.4 umidi.4 umodem.4 ums.4 \
umsm.4 unix.4 uow.4 uoaklux.4 uoakrh.4 uoakv.4 upd.4 \
- upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 \
+ upgt.4 upl.4 uplcom.4 ural.4 url.4 urlphy.4 \
urndis.4 urtw.4 urtwn.4 usb.4 usbf.4 uscom.4 uslcom.4 usps.4 \
uthum.4 uticom.4 utpms.4 utwitch.4 utrh.4 uts.4 uvideo.4 uvisor.4 \
uvscom.4 \
diff --git a/share/man/man4/urio.4 b/share/man/man4/urio.4
deleted file mode 100644
index adc145e960a..00000000000
--- a/share/man/man4/urio.4
+++ /dev/null
@@ -1,73 +0,0 @@
-.\" $OpenBSD: urio.4,v 1.19 2010/05/09 17:09:54 jasper Exp $
-.\" $NetBSD: urio.4,v 1.1 2000/04/14 14:48:29 augustss Exp $
-.\"
-.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
-.\" All rights reserved.
-.\"
-.\" This code is derived from software contributed to The NetBSD Foundation
-.\" by Lennart Augustsson.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
-.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-.\" POSSIBILITY OF SUCH DAMAGE.
-.\"
-.Dd $Mdocdate: May 9 2010 $
-.Dt URIO 4
-.Os
-.Sh NAME
-.Nm urio
-.Nd Diamond Multimedia Rio MP3 players
-.Sh SYNOPSIS
-.Cd "urio* at uhub?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for Rio500 and Rio600 MP3 players from
-Diamond MultiMedia.
-.Pp
-The driver implements minimal support to access the device and requires
-a user application for up and downloading music.
-.Sh FILES
-.Bl -tag -width /dev/urio0 -compact
-.It Pa /dev/urio0
-device node
-.El
-.Sh EXAMPLES
-Using the Rio500 package the command
-.Pp
-.Dl rio_add_song Rammstein-Wollt_Ihr_Das_Bett_In_Flammen_Sehen.mp3
-.Pp
-will download a song over the
-.Nm USB
-connection into your Rio500.
-.Sh SEE ALSO
-.Xr uhub 4 ,
-.Xr usb 4
-.Pp
-.Pa /usr/ports/audio/rioutil
-.Sh HISTORY
-The
-.Nm
-driver
-appeared in
-.Ox 2.7 .
-This driver is based on a
-.Fx
-Rio driver written by Iwasa Kazmi.
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4
index 249304dd6b5..2d230de3fb1 100644
--- a/share/man/man4/usb.4
+++ b/share/man/man4/usb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usb.4,v 1.158 2014/12/04 11:31:49 deraadt Exp $
+.\" $OpenBSD: usb.4,v 1.159 2014/12/11 19:45:28 tedu Exp $
.\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 4 2014 $
+.Dd $Mdocdate: December 11 2014 $
.Dt USB 4
.Os
.Sh NAME
@@ -220,8 +220,6 @@ SUNTAC Slipper U VS-10U USB serial adapter
USB audio devices
.It Xr umidi 4
USB MIDI devices
-.It Xr urio 4
-Diamond Multimedia Rio MP3 players
.El
.Ss Video devices
.Bl -tag -width 12n -offset ind -compact