AUDIO_WSEEK uses a u_long, not a int.

This commit is contained in:
mrg 2010-09-19 10:34:33 +00:00
parent bb1c68152f
commit e486642c97
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: audio.4,v 1.70 2009/09/29 15:58:54 sborrill Exp $
.\" $NetBSD: audio.4,v 1.71 2010/09/19 10:34:33 mrg Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -186,7 +186,7 @@ This command fetches the count of dropped input samples into its integer
argument.
There is no information regarding when in the sample stream
they were dropped.
.It Dv AUDIO_WSEEK (int)
.It Dv AUDIO_WSEEK (u_long)
This command fetches the count of samples that are queued ahead of the
first sample in the most recent sample block written into its integer argument.
.It Dv AUDIO_DRAIN