Module Name:    src
Committed By:   mrg
Date:           Sun Sep 19 10:34:34 UTC 2010

Modified Files:
        src/share/man/man4: audio.4

Log Message:
AUDIO_WSEEK uses a u_long, not a int.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/share/man/man4/audio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/audio.4
diff -u src/share/man/man4/audio.4:1.70 src/share/man/man4/audio.4:1.71
--- src/share/man/man4/audio.4:1.70	Tue Sep 29 15:58:54 2009
+++ src/share/man/man4/audio.4	Sun Sep 19 10:34:33 2010
@@ -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

Reply via email to