diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2007-10-08 00:46:50 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2007-10-08 00:46:50 +0000 |
commit | d803a5a240bde200a9a8c90cdf8eb96738d37afd (patch) | |
tree | c0a3817f9653ad60366b29c41292916c28a4e32c /share/man | |
parent | 8cab6c807bfe0376801eb70edf5ea9768f40aa23 (diff) |
explain that AUDIO_GET[PR]RINFO were added for porting 3rd party
software and should be avoided in new code
suggested by ratchov@, help from jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/audio.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index a261886ba2b..bd6650e4ddb 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.46 2007/10/03 21:49:12 jakemsr Exp $ +.\" $OpenBSD: audio.4,v 1.47 2007/10/08 00:46:49 jakemsr Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 3 2007 $ +.Dd $Mdocdate: October 8 2007 $ .Dt AUDIO 4 .Os .Sh NAME @@ -317,6 +317,8 @@ typedef struct audio_bufinfo { .Pp This information is mostly useful in input or output loops to determine how much data to read or write, respectively. +Note, these ioctls were added to aid in porting third party applications +and libraries, and should not be used in new code. .Pp .It Dv AUDIO_GETINFO Fa "audio_info_t *" .It Dv AUDIO_SETINFO Fa "audio_info_t *" |