1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Remove references to "aucat socket".

The "aucat socket" was removed ~7 years ago. As the output could be
anything on the network, also drop the .Xr to audio(4).

ok sthen jmc
This commit is contained in:
ratchov 2019-10-02 07:43:20 +00:00
parent 65ab43f212
commit 791a5c25a2

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: cdio.1,v 1.62 2017/03/19 18:40:11 jmc Exp $
.\" $OpenBSD: cdio.1,v 1.63 2019/10/02 07:43:20 ratchov Exp $
.\"
.\" Copyright (c) 1995 Serge V. Vakulenko
.\" All rights reserved.
@ -29,7 +29,7 @@
.\" (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: March 19 2017 $
.Dd $Mdocdate: October 2 2019 $
.Dt CDIO 1
.Os
.Sh NAME
@ -99,11 +99,7 @@ Unlike
.Ic play ,
the CD player need not be connected to an audio device;
instead it rips tracks from disk and outputs audio data to
the default
.Xr audio 4
device or
.Xr aucat 1
socket.
the default audio device.
Both individual tracks and track ranges may be specified.
If range is specified in descending order tracks will be played in descending order.
If the first value in the range is omitted, tracks from first track on disk to the specified one will be played.