CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2010/07/05 19:12:45
Modified files: lib/libsndio : mio_thru.c usr.bin/aucat : aucat.1 aucat.c dev.c dev.h midi.c midicat.1 opt.c Log message: Handle all streams the same way because there's no actual difference between audio files and client connections. Clean up the way command line options are handled and clarify this in the manual page: stream parameters (-Ccehjmrtvx) must precede stream definitions (-ios) and per-device parameters (-abz) and stream definitions (-ios) must precede device definitions (-f). Since there's no ``server'' and ``non-server'' modes anymore, make the -l option just detach the process. ok and help from jakemsr and jmc