Fix typo in the buffer size value: 7680 in the manpage vs 7860 in
authordcoppa <dcoppa@openbsd.org>
Sun, 26 Apr 2015 17:26:59 +0000 (17:26 +0000)
committerdcoppa <dcoppa@openbsd.org>
Sun, 26 Apr 2015 17:26:59 +0000 (17:26 +0000)
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@

usr.bin/sndiod/sndiod.c

index b108ef2..50c68ff 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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>
  *
@@ -74,7 +74,7 @@
  * buffer size if neither ``-z'' nor ``-b'' is used
  */
 #ifndef DEFAULT_BUFSZ
-#define DEFAULT_BUFSZ  7860
+#define DEFAULT_BUFSZ  7680
 #endif
 
 /*