On Wed, Aug 28, 2013 at 09:27:59AM +0200, Remco wrote: > Index: audio.4 > =================================================================== > RCS file: /home/cvs/src/share/man/man4/audio.4,v > retrieving revision 1.62 > diff -u -r1.62 audio.4 > --- audio.4 15 Jul 2010 03:43:11 -0000 1.62 > +++ audio.4 28 Aug 2013 07:22:57 -0000 > @@ -154,7 +154,7 @@ > .Va buffer_size > (as available via > .Dv AUDIO_GETINFO ) . > -The device driver will continuously move data from this buffer > +The device driver will continuously move data to/from this buffer > from/to the audio hardware, wrapping around at the end of the buffer. > To find out where the hardware is currently accessing data in the buffer the > .Dv AUDIO_GETIOFFS >
i've fixed this by rewording it a bit, so that it reads better. i sat there thinking 2xto/from is a weird construction...there's gotta be a better way ;) jmc Index: audio.4 =================================================================== RCS file: /cvs/src/share/man/man4/audio.4,v retrieving revision 1.62 diff -u -r1.62 audio.4 --- audio.4 15 Jul 2010 03:43:11 -0000 1.62 +++ audio.4 28 Aug 2013 16:18:35 -0000 @@ -154,8 +154,8 @@ .Va buffer_size (as available via .Dv AUDIO_GETINFO ) . -The device driver will continuously move data from this buffer -from/to the audio hardware, wrapping around at the end of the buffer. +The device driver will continuously move data between this buffer +and the audio hardware, wrapping around at the end of the buffer. To find out where the hardware is currently accessing data in the buffer the .Dv AUDIO_GETIOFFS and