diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-07-16 15:05:59 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-07-16 15:05:59 +0000 |
commit | 8d78e34579bf27804360ed54f5633a0892e196f8 (patch) | |
tree | c7811ea23d503a2c693f9be5539cbe595680f2e7 | |
parent | be5b639a006c80d4f1932b98f020e47e4312a40a (diff) |
Update the default block size in the manual, in sndiod.c r1.37 it was
reduced to 480 frames. ok ratchov@
-rw-r--r-- | usr.bin/sndiod/sndiod.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sndiod/sndiod.8 b/usr.bin/sndiod/sndiod.8 index 77b61d8165f..085081bf100 100644 --- a/usr.bin/sndiod/sndiod.8 +++ b/usr.bin/sndiod/sndiod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndiod.8,v 1.10 2021/02/05 17:59:33 jcs Exp $ +.\" $OpenBSD: sndiod.8,v 1.11 2021/07/16 15:05:58 sthen Exp $ .\" .\" Copyright (c) 2006-2012 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: February 5 2021 $ +.Dd $Mdocdate: July 16 2021 $ .Dt SNDIOD 8 .Os .Sh NAME @@ -368,7 +368,7 @@ resolution must be 96, 100 or 120 ticks per second for maximum accuracy. For instance, 100 ticks per second at 48000Hz corresponds to a 480 frame block size. -The default is 960 or half of the buffer size +The default is 480 or half of the buffer size .Pq Fl b , if the buffer size is set. .El |