=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/audioctl/Attic/audioctl.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/audioctl/Attic/audioctl.1 1998/04/30 13:46:16 1.4 --- src/usr.bin/audioctl/Attic/audioctl.1 1998/09/23 04:32:34 1.5 *************** *** 1,4 **** ! .\" $OpenBSD: audioctl.1,v 1.4 1998/04/30 13:46:16 provos 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. --- 1,4 ---- ! .\" $OpenBSD: audioctl.1,v 1.5 1998/09/23 04:32:34 aaron 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. *************** *** 48,65 **** .Nm .Op Fl f Ar file .Op Fl n ! .Ar name ... .br .Nm .Op Fl f Ar file .Op Fl n .Fl w ! .Ar name=value ... .Sh DESCRIPTION The .Nm command displays or sets various audio system driver variables. ! If a list of variables is present on the command line, then .Nm prints the current value of those variables for the specified device. If the --- 48,67 ---- .Nm .Op Fl f Ar file .Op Fl n ! .Ar name ! .Op Ar ... .br .Nm .Op Fl f Ar file .Op Fl n .Fl w ! .Ar name=value ! .Op Ar ... .Sh DESCRIPTION The .Nm command displays or sets various audio system driver variables. ! If a list of variables is present on the command line, .Nm prints the current value of those variables for the specified device. If the *************** *** 67,79 **** flag is specified, all variables for the device are printed. If the .Fl w ! flag is specified .Nm attempts to set the specified variables to the given values. .Pp The .Fl f ! flag can be used to give an alternative audio control device, the default is .Pa /dev/audioctl . .Pp The --- 69,81 ---- flag is specified, all variables for the device are printed. If the .Fl w ! flag is specified, .Nm attempts to set the specified variables to the given values. .Pp The .Fl f ! flag can be used to give an alternative audio control device. The default is .Pa /dev/audioctl . .Pp The *************** *** 97,104 **** .El .Sh ENVIRONMENT .Bl -tag -width AUDIOCTLDEVICE ! .It Pa AUDIOCTLDEVICE ! the audio control device to use. .Sh SEE ALSO .Xr mixerctl 1 , .Xr audio 4 , --- 99,106 ---- .El .Sh ENVIRONMENT .Bl -tag -width AUDIOCTLDEVICE ! .It Ev AUDIOCTLDEVICE ! The audio control device to use. .Sh SEE ALSO .Xr mixerctl 1 , .Xr audio 4 ,