Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.bin/audio/play Pull up revision 1.5 (requested by d...



details:   https://anonhg.NetBSD.org/src/rev/a3f30160bb56
branches:  netbsd-1-4
changeset: 469636:a3f30160bb56
user:      he <he%NetBSD.org@localhost>
date:      Fri Oct 22 09:34:38 1999 +0000

description:
Pull up revision 1.5 (requested by dmcmahill):
  If not specified on the command line, attempt to fall back
  to the environment variables AUDIODEVICE (for -d) and
  AUDIOCTLDEVICE (for -C) before falling back to _PATH_* constants.

diffstat:

 usr.bin/audio/play/audioplay.1 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r b5ecb3e9fde4 -r a3f30160bb56 usr.bin/audio/play/audioplay.1
--- a/usr.bin/audio/play/audioplay.1    Fri Oct 22 09:32:54 1999 +0000
+++ b/usr.bin/audio/play/audioplay.1    Fri Oct 22 09:34:38 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: audioplay.1,v 1.3.2.1 1999/04/13 07:19:12 mrg Exp $
+.\"    $NetBSD: audioplay.1,v 1.3.2.2 1999/10/22 09:34:38 he Exp $
 .\"
 .\" Copyright (c) 1998-1999 Matthew R. Green
 .\" All rights reserved.
@@ -118,6 +118,13 @@
 option, sets the sample rate to it's argument.  This value must be a
 valid value for the audio device or an error will be returned.
 .El
+.Sh ENVIRONMENT
+.Bl -tag -width AUDIOCTLDEVICE
+.It AUDIOCTLDEVICE
+the audio control device to be used.
+.It AUDIODEVICE
+the audio device to be used.
+.El
 .Sh NOTES
 .Nm
 can be used to play Sun/NeXT audio files, and also RIFF WAVE audio files.
@@ -150,6 +157,7 @@
 .Xr aria 4 ,
 .Xr audio 4 ,
 .Xr eap 4 ,
+.Xr eso 4 ,
 .Xr ess 4 ,
 .Xr gus 4 ,
 .Xr guspnp 4 ,



Home | Main Index | Thread Index | Old Index