diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2002-12-13 16:36:53 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2002-12-13 16:36:53 +0000 |
commit | e2e49a0f5482a82c71700f04ae62bc41f9a0a79b (patch) | |
tree | b98713c0a2d2bf80a60094c159051e079f256bf3 /share/man/man4 | |
parent | 6ecf3951698a33480b5686c4dee8f9bfad031569 (diff) |
audio_prinfo.seek is int now; document and sync
ok miod@ millert@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/audio.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index a488f5aae66..717bb6871a1 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.27 2002/06/30 22:02:13 miod Exp $ +.\" $OpenBSD: audio.4,v 1.28 2002/12/13 16:36:52 naddy Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -341,7 +341,7 @@ struct audio_prinfo { u_int encoding; /* data encoding (AUDIO_ENCODING_* above) */ u_int gain; /* volume level */ u_int port; /* selected I/O port */ - u_long seek; /* BSD extension */ + u_int seek; /* BSD extension */ u_int avail_ports; /* available I/O ports */ u_int buffer_size; /* total size audio buffer */ u_int _ispare[1]; |