Chnage the name of the environment variables just introduced.

This commit is contained in:
augustss 1998-04-27 16:55:23 +00:00
parent 19c8dd08ce
commit b817f6c32a
6 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: audioctl.1,v 1.6 1998/04/27 16:48:59 augustss Exp $
.\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -93,8 +93,8 @@ or
audio control device
.El
.Sh ENVIRONMENT
.Bl -tag -width AUDIOCTLUNIT
.It Pa AUDIOCTLUNIT
.Bl -tag -width AUDIOCTLDEVICE
.It Pa AUDIOCTLDEVICE
the audio control device to use.
.Sh SEE ALSO
.Xr mixerctl 1 ,

View File

@ -1,4 +1,4 @@
/* $NetBSD: ctl.c,v 1.13 1998/04/27 16:48:59 augustss Exp $ */
/* $NetBSD: ctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */
/*
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -338,7 +338,7 @@ main(argc, argv)
char *file;
char *sep = "=";
file = getenv("AUDIOCTLUNIT");
file = getenv("AUDIOCTLDEVICE");
if (file == 0)
file = "/dev/audioctl";

View File

@ -1,4 +1,4 @@
.\" $NetBSD: audioctl.1,v 1.6 1998/04/27 16:48:59 augustss Exp $
.\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -93,8 +93,8 @@ or
audio control device
.El
.Sh ENVIRONMENT
.Bl -tag -width AUDIOCTLUNIT
.It Pa AUDIOCTLUNIT
.Bl -tag -width AUDIOCTLDEVICE
.It Pa AUDIOCTLDEVICE
the audio control device to use.
.Sh SEE ALSO
.Xr mixerctl 1 ,

View File

@ -1,4 +1,4 @@
/* $NetBSD: audioctl.c,v 1.13 1998/04/27 16:48:59 augustss Exp $ */
/* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */
/*
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -338,7 +338,7 @@ main(argc, argv)
char *file;
char *sep = "=";
file = getenv("AUDIOCTLUNIT");
file = getenv("AUDIOCTLDEVICE");
if (file == 0)
file = "/dev/audioctl";

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mixerctl.1,v 1.5 1998/04/27 16:52:03 augustss Exp $
.\" $NetBSD: mixerctl.1,v 1.6 1998/04/27 16:55:23 augustss Exp $
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -90,8 +90,8 @@ are shown in {}.
mixer audio device
.El
.Sh ENVIRONMENT
.Bl -tag -width MIXERUNIT
.It Pa MIXERUNIT
.Bl -tag -width MIXERDEVICE
.It Pa MIXERDEVICE
the mixer device to use.
.Sh SEE ALSO
.Xr audioctl 1 ,

View File

@ -1,4 +1,4 @@
/* $NetBSD: mixerctl.c,v 1.10 1998/04/27 16:52:03 augustss Exp $ */
/* $NetBSD: mixerctl.c,v 1.11 1998/04/27 16:55:23 augustss Exp $ */
/*
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -220,7 +220,7 @@ main(argc, argv)
mixer_ctrl_t val;
int ndev;
file = getenv("MIXERUNIT");
file = getenv("MIXERDEVICE");
if (file == 0)
file = "/dev/mixer";