the sndiod.c code.
Initially, I thought the error was in the manpage, but Alexander
told me it was the code, so fix the code instead.
ok ratchov@
-/* $OpenBSD: sndiod.c,v 1.7 2015/01/16 06:40:12 deraadt Exp $ */
+/* $OpenBSD: sndiod.c,v 1.8 2015/04/26 17:26:59 dcoppa Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
* buffer size if neither ``-z'' nor ``-b'' is used
*/
#ifndef DEFAULT_BUFSZ
-#define DEFAULT_BUFSZ 7860
+#define DEFAULT_BUFSZ 7680
#endif
/*