Re: fix sndiod.1: 7680 vs 7860

2015-04-24 Thread Alexandre Ratchov
On Fri, Apr 24, 2015 at 10:36:24AM -0600, David Coppa wrote: > > Hi! > > Code says "7860": > > $ grep 7860 * > sndiod.c:#define DEFAULT_BUFSZ7860 > > While manpage says "7680": > > $ grep 7680 * > sndiod.1:The default is 7680 or twice the block size > oops, the man page is right and

fix sndiod.1: 7680 vs 7860

2015-04-24 Thread David Coppa
Hi! Code says "7860": $ grep 7860 * sndiod.c:#define DEFAULT_BUFSZ 7860 While manpage says "7680": $ grep 7680 * sndiod.1:The default is 7680 or twice the block size Ciao, David Index: sndiod.1 === RCS file: /cvs/src/usr.bin/sn