diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-08 14:01:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-08 14:01:04 +0000 |
commit | 5f76ca6f5853c6e1d9a0d5d53dc1fddaf3b773ca (patch) | |
tree | 9b2381a1cd333feeb10c078ffeb4bab9123b606c /lib | |
parent | 86864ca6914034d75486f676c1f21b077c65184e (diff) |
a little macro cleanup; from Tim van der Molen
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/sio_open.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index 6f709175108..3b2fcda31bb 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.11 2008/12/17 10:00:50 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.12 2009/01/08 14:01:03 jmc Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 17 2008 $ +.Dd $Mdocdate: January 8 2009 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -182,7 +182,8 @@ If set (i.e. non-zero) then the samples are signed, else unsigned. .It Va le If set, then the byte order is little endian, else big endian; it's meaningful only if -.Va bps \*(Gt 1 . +.Va bps +\*(Gt 1 . .It Va msb If set, then the .Va bits @@ -191,7 +192,10 @@ bits are aligned in the packet to the most significant bit else to the least significant bit (i.e. higher bits are padded); it's meaningful only if -.Va bits \*(Lt bps * 8 . +.Va bits +\*(Lt +.Va bps +* 8 . .It Va rchan The number of recorded channels; meaningful only if .Va SIO_REC |