Source-Changes-HG archive

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

[src/netbsd-1-4]: src/share/man/man7 Pull up revision 1.8 (requested by dmcma...



details:   https://anonhg.NetBSD.org/src/rev/4c312e35ad81
branches:  netbsd-1-4
changeset: 469638:4c312e35ad81
user:      he <he%NetBSD.org@localhost>
date:      Fri Oct 22 09:40:12 1999 +0000

description:
Pull up revision 1.8 (requested by dmcmahill):
  Document the AUDIODEVICE and AUDIOCTLDEVICE environment variables.

diffstat:

 share/man/man7/environ.7 |  24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diffs (66 lines):

diff -r a026c16d9243 -r 4c312e35ad81 share/man/man7/environ.7
--- a/share/man/man7/environ.7  Fri Oct 22 09:37:04 1999 +0000
+++ b/share/man/man7/environ.7  Fri Oct 22 09:40:12 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: environ.7,v 1.7 1999/03/15 08:22:20 garbled Exp $
+.\"    $NetBSD: environ.7,v 1.7.2.1 1999/10/22 09:40:12 he Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"    @(#)environ.7   8.3 (Berkeley) 4/19/94
 .\"
-.Dd April 19, 1994
+.Dd July 13, 1994
 .Dt ENVIRON 7
 .Os
 .Sh NAME
@@ -50,7 +50,18 @@
 By convention these strings have the form
 .Dq Ar name=value .
 The following names are used by various commands:
-.Bl -tag -width BLOCKSIZE
+.Bl -tag -width AUDIOCTLDEVICE
+.It Ev AUDIOCTLDEVICE
+The name of the audio control device to be used by
+.Xr audioctl 1 ,
+.Xr audioplay 1
+and
+.Xr audiorecord 1 .
+.It Ev AUDIODEVICE
+The name of the audio device to be used by
+.Xr audioplay 1
+and
+.Xr audiorecord 1 .
 .It Ev BLOCKSIZE
 The size of the block units used by several commands, most notably
 .Xr df 1 ,
@@ -74,6 +85,9 @@
 .Xr login 1
 from the password file
 .Xr passwd 5 .
+.It Ev MIXERDEVICE
+The name of the audio mixer device to be used by
+.Xr mixerctl 1 .
 .It Ev PATH
 The sequence of directories, separated by colons, searched by
 .Xr csh 1 ,
@@ -167,6 +181,9 @@
 .Ev IFS ,
 unless you know what you are doing.
 .Sh SEE ALSO
+.Xr audioctl 1 ,
+.Xr audioplay 1 ,
+.Xr audiorecord 1 ,
 .Xr csh 1 ,
 .Xr ex 1 ,
 .Xr login 1 ,
@@ -175,6 +192,7 @@
 .Xr execle 3 ,
 .Xr system 3 ,
 .Xr termcap 3 ,
+.Xr audio 4 ,
 .Xr termcap 5
 .Sh HISTORY
 The



Home | Main Index | Thread Index | Old Index