Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 AUDIO_WSEEK uses a u_long, not a int.



details:   https://anonhg.NetBSD.org/src/rev/7fe25a9359be
branches:  trunk
changeset: 757728:7fe25a9359be
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Sep 19 10:34:33 2010 +0000

description:
AUDIO_WSEEK uses a u_long, not a int.

diffstat:

 share/man/man4/audio.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5e8ec75d9f8f -r 7fe25a9359be share/man/man4/audio.4
--- a/share/man/man4/audio.4    Sun Sep 19 10:33:31 2010 +0000
+++ b/share/man/man4/audio.4    Sun Sep 19 10:34:33 2010 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index