diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-02 22:28:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-02 22:28:08 +0000 |
commit | b1eedfc72c92855a1685537ed41365466425b411 (patch) | |
tree | 4c9be03b01de0b059730ba9838ac1104b4797762 /usr.bin/mixerctl/mixerctl.1 | |
parent | bda1863d2f9a5f3b3f6004cff61f8070f2ccd3f4 (diff) |
allow relative values via +/- prefixes
Diffstat (limited to 'usr.bin/mixerctl/mixerctl.1')
-rw-r--r-- | usr.bin/mixerctl/mixerctl.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index 7ba18b9abaf..fade672e425 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,5 +1,6 @@ -.\" $OpenBSD: mixerctl.1,v 1.4 1998/04/30 13:40:00 provos Exp $ +.\" $OpenBSD: mixerctl.1,v 1.5 1998/05/02 22:28:06 millert 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. .\" @@ -73,6 +74,13 @@ flag is specified .Nm attempts to set the specified variables to the given values. .Pp +Values may be specified in either absolute or relative forms. +The relative form is indicated by a prefix of +.Dq + +or +.Dq - +to denote an increase or decrease respectively. +.Pp The .Fl f flag can be used to give an alternative mixer device, the default is |