diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2016-09-01 10:06:31 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2016-09-01 10:06:31 +0000 |
commit | 985cd3d662d32f29cd1d7236f0a55ffe5648378f (patch) | |
tree | 6d4e310d6493d0ac03cff79bea7ff7dd9aee2c67 /lib | |
parent | b3e844555b2281b3d36839420975b199754dbf7f (diff) |
Update list of ioctls for the audio promise. Suggested by jmc@, thanks.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/pledge.2 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index 85849f27216..fd68e2f311c 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.33 2016/07/03 04:36:08 semarie Exp $ +.\" $OpenBSD: pledge.2,v 1.34 2016/09/01 10:06:30 ratchov Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.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: July 3 2016 $ +.Dd $Mdocdate: September 1 2016 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -523,11 +523,10 @@ operations on devices: .Pp .Dv AUDIO_GETPOS , -.Dv AUDIO_SETINFO , -.Dv AUDIO_GETINFO , -.Dv AUDIO_GETENC , -.Dv AUDIO_SETFD , -.Dv AUDIO_GETPROPS . +.Dv AUDIO_GETPAR , +.Dv AUDIO_SETPAR , +.Dv AUDIO_START , +.Dv AUDIO_STOP . .Pp See .Xr sio_open 3 |