faq: remove references to aucat -M option

2015-02-23 Thread Alexandre Ratchov
The -M option of aucat was removed long time ago, and as we're at it mention about softsynths. OK? Index: faq13.html === RCS file: /cvs/www/faq/faq13.html,v retrieving revision 1.152 diff -u -p -u -p -r1.152 faq13.html --- faq13.html

Re: faq: remove references to aucat -M option

2015-02-23 Thread Nick Holland
On 02/23/15 04:03, Alexandre Ratchov wrote: > The -M option of aucat was removed long time ago, and as we're at > it mention about softsynths. > > OK? ok nick@, but as I'd consider you an authority on this area, please skim through the rest of this section looking for similar out-of-date-ness. N

Re: libtls documentation

2015-02-23 Thread Greg Martin
One last thing. tls_read and tls_write respectively return TLS_READ_AGAIN and TLS_WRITE_AGAIN as well as the documented 0 and -1. You might consider returning a value that represents EOF rather then just putting the string into an error message and returning -1 from tls_read. It would help in eff

Re: Add support for Arduino Leonardo to umodem(4)

2015-02-23 Thread Daniel Bolgheroni
On Mon, Feb 16, 2015 at 03:31:43PM +0100, Gregor Best wrote: > +/* Arduino SA products */ > +product ARDUINO LEONARDO 0x8036 Arduino Lenoardo Leonardo, not Lenoardo. -- db