diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-04-25 06:49:00 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-04-25 06:49:00 +0000 |
commit | 96a9b7f1c26750efcc42065b4f5f1f2505e405d2 (patch) | |
tree | b4240aba81d42a8cb723772c440548e7965725d3 /usr.bin/audioctl/audioctl.1 | |
parent | be8ad1df6598020d37cbca218167a6434e9a1e11 (diff) |
update the example: using "play.block_size" instead of "blocksize" is now
the recommended way to set the play block size
ok jakemsr
Diffstat (limited to 'usr.bin/audioctl/audioctl.1')
-rw-r--r-- | usr.bin/audioctl/audioctl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/audioctl/audioctl.1 b/usr.bin/audioctl/audioctl.1 index ac970d5ea10..6c308e06a07 100644 --- a/usr.bin/audioctl/audioctl.1 +++ b/usr.bin/audioctl/audioctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audioctl.1,v 1.24 2008/04/25 06:40:37 jakemsr Exp $ +.\" $OpenBSD: audioctl.1,v 1.25 2008/04/25 06:48:59 ratchov Exp $ .\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -104,7 +104,7 @@ This can be circumvented like so: .Dl $ (cat file.au; audioctl -f /dev/audioctl) \*(Gt /dev/audio or .Bd -literal -offset indent -compact -$ (audioctl -f /dev/audioctl blocksize=1024; cat file.au) \e +$ (audioctl -f /dev/audioctl play.block_size=1024; cat file.au) \e \*(Gt /dev/audio .Ed .Sh SEE ALSO |