alsa-tools/sb16_csp
Nicolas FRANCOIS 8ad21de4a0 Fix hyphens in man pages
This patch converts hyphens to minus signs in the man pages (for options,
emails, or command line examples).

This patch also closes one font modifier in iecset.1.
(s/\fIfalse\fI,/\fIfalse\fP,/)

Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
2004-10-08 16:15:33 +00:00
..
configure.in removed --with-soundbase and --with-kernel configure options. 2004-03-19 15:31:13 +00:00
COPYING Updated GNU GPL (address) 2001-12-30 09:37:54 +00:00
cspctl.1 Fix hyphens in man pages 2004-10-08 16:15:33 +00:00
cspctl.c Replaced <sound/*> to <alsa/sound/*> 2004-03-09 12:43:21 +00:00
cvscompile Updated for new automake 2002-10-24 12:26:42 +00:00
Makefile.am autoconf & automake clean up. 2003-03-25 17:33:21 +00:00
README Updates for package distribution. 2001-08-20 15:17:09 +00:00

TO COMPILE:

1. install ALSA driver
2. compile with:
	'./configure; make'
   or
        './cvscompile'
3. install with:
	'make install'
4. read cspctl.1 manpage:
	'man cspctl'