diff options
author | 2009-01-08 14:01:03 +0000 | |
---|---|---|
committer | 2009-01-08 14:01:03 +0000 | |
commit | 828a4223de5526887d06263b67eac1c3cc7a8348 (patch) | |
tree | 1a205e042d0efb3ea72fbf9e94d3cea645dee2e2 | |
parent | Reflect MPLS kernel changes. (diff) | |
download | wireguard-openbsd-828a4223de5526887d06263b67eac1c3cc7a8348.tar.xz wireguard-openbsd-828a4223de5526887d06263b67eac1c3cc7a8348.zip |
a little macro cleanup; from Tim van der Molen
-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 |