Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

soundinfo(1) [debian man page]

soundinfo(1)							Linux System Manual						      soundinfo(1)

NAME
soundinfo - Describes parts of the Linux Sound system support SYNOPSIS
soundinfo [options] DESCRIPTION
soundinfo , describes parts of the Linux Sound system support in the current kernel. Output is to stdout and you may wish to pipe the out- put thru' your favorite pager. Currently only the capabilities and features of /dev/mixer and /dev/dsp are displayed. If your devices have different names (e.g. you have more than one sound card - or you are just plain perverse :-) then edit the source file and recompile. OPTIONS
-h display usage and help info EXAMPLES
FILES
SEE ALSO
BUGS
COPYING
Copyright 1995-2008 Jim Jackson The software described by this manual is covered by the GNU General Public License, Version 2, June 1991, issued by : Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translation instead of in the original English. AUTHOR
Jim Jackson Email: jj@franjam.org.uk Release 1 27 Oct 1996 soundinfo(1)

Check Out this Related Man Page

gcore(1)							     GNU Tools								  gcore(1)

NAME
gcore - Generate a core file for a running process SYNOPSIS
gcore [-o filename] pid DESCRIPTION
gcore generates a core file for the process specified by its process ID, pid. By default, the core file is written to core.pid, in the cur- rent directory. -o filename write core file to filename instead of core.pid COPYING
Copyright (C) 2003, 2005, 2007, 2008 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English. SEE ALSO
gdb(1), core(5) gdb 6.8 May 2007 gcore(1)
Man Page