diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-08 18:55:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-08 18:55:41 +0000 |
commit | 6866b20bcd152d1a2a3653b7373ee7bb911f540c (patch) | |
tree | 1b3b223a25206d4a1979e1297e719f3ea41a09c7 /lib | |
parent | f89fdd8ef4f6a6bb348b2790c5b778a85e56c595 (diff) |
oops, i messed up tim's patch; correction from Tim van der Molen
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/sio_open.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index 3b2fcda31bb..d9ebcfe3004 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.12 2009/01/08 14:01:03 jmc Exp $ +.\" $OpenBSD: sio_open.3,v 1.13 2009/01/08 18:55:40 jmc Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -183,7 +183,7 @@ If set (i.e. non-zero) then the samples are signed, else unsigned. If set, then the byte order is little endian, else big endian; it's meaningful only if .Va bps -\*(Gt 1 . +\*(Gt 1. .It Va msb If set, then the .Va bits @@ -195,7 +195,7 @@ it's meaningful only if .Va bits \*(Lt .Va bps -* 8 . +* 8. .It Va rchan The number of recorded channels; meaningful only if .Va SIO_REC |