From e486642c97dfc8e446c42addeb77be7519d003ee Mon Sep 17 00:00:00 2001 From: mrg Date: Sun, 19 Sep 2010 10:34:33 +0000 Subject: [PATCH] AUDIO_WSEEK uses a u_long, not a int. --- share/man/man4/audio.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index 2640a3fd56f3..5b3ec1e85bee 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -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