diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-24 08:46:49 +0000 |
commit | 4262f4dc0baae89ce7ee4645c60b1063ceb0807c (patch) | |
tree | 83e8076f21d6f2b9329358d9e83af47288b0dcae /lib/libsndio | |
parent | a6e43824140cebc291b59e52fdd6b4371657e2a9 (diff) |
formatting errors, found using freebsd's "igor";
Diffstat (limited to 'lib/libsndio')
-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 001ed1f3402..a710bea2a7d 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.30 2011/12/09 14:38:09 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.31 2011/12/24 08:46:48 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 9 2011 $ +.Dd $Mdocdate: December 24 2011 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -191,7 +191,7 @@ it's meaningful only if .It Va msb If set, then the .Va bits -bits are aligned in the packet to the most significant bit +are aligned in the packet to the most significant bit (i.e. lower bits are padded), else to the least significant bit (i.e. higher bits are padded); |