diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 2000-03-30 21:46:39 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 2000-03-30 21:46:39 +0000 |
commit | 60ececa507ba7855631ee072cb65dda944f8d2c3 (patch) | |
tree | ec4e708239de268798119f842cb0b0049cf43f36 /share | |
parent | 98bc2efc0d6ebeb7add7d1af76c99540de0fae8d (diff) |
buffersize -> buffer_size
Diffstat (limited to 'share')
-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 8af6b5a5bac..fc9d6da3142 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.9 1999/07/09 13:35:48 aaron Exp $ +.\" $OpenBSD: audio.4,v 1.10 2000/03/30 21:46:38 alex Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -145,7 +145,7 @@ by read or write; all access is by reading and writing to the mapped memory. The device appears as a block of memory of size -.Va buffersize +.Va buffer_size (as available via .Dv AUDIO_GETINFO ). The device driver will continuously move data from this buffer |