diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-04-21 21:32:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-04-21 21:32:27 +0000 |
commit | fb36fd4732b9c768036da8052d50a4fa95f5e027 (patch) | |
tree | 9a9e147ca63035d5132d62c7391f7142df1356d6 /lib/libsndio | |
parent | 0afc702238a0a0066c17ffa2eef29f2512b21069 (diff) |
move mixerctl and audioctl man pages to section 8, as these work
against root-only device nodes.
Diffstat (limited to 'lib/libsndio')
-rw-r--r-- | lib/libsndio/sio_open.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index e52d18e55d8..f97f6177c78 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.48 2019/01/18 08:43:49 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.49 2020/04/21 21:32:26 deraadt Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 18 2019 $ +.Dd $Mdocdate: April 21 2020 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -630,7 +630,7 @@ It specifies the weight the audio subsystem will give to this stream. It is not meant to control hardware parameters like speaker gain; the -.Xr mixerctl 1 +.Xr mixerctl 8 interface should be used for that purpose instead. .Pp An application can use the |