summaryrefslogtreecommitdiff
path: root/alsa-info/alsa-info.sh.1
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2016-01-13 09:46:31 +0100
committerJaroslav Kysela <perex@perex.cz>2016-01-13 09:47:28 +0100
commitd633469c9d55d8ec77c33eab04e0cd9ae0c10f6e (patch)
treee18a8b8042993a43091b39c6e6ae9167eb57076b /alsa-info/alsa-info.sh.1
parented0cce1b6061aade0077982cb5d22fa68ddffd2f (diff)
downloadalsa-utils-d633469c9d55d8ec77c33eab04e0cd9ae0c10f6e.tar.gz
alsa-info.sh: add man page
Diffstat (limited to 'alsa-info/alsa-info.sh.1')
-rw-r--r--alsa-info/alsa-info.sh.162
1 files changed, 62 insertions, 0 deletions
diff --git a/alsa-info/alsa-info.sh.1 b/alsa-info/alsa-info.sh.1
new file mode 100644
index 0000000..7168b3e
--- /dev/null
+++ b/alsa-info/alsa-info.sh.1
@@ -0,0 +1,62 @@
+.TH ALSA-INFO.SH 1 "13 January 2016"
+.SH NAME
+alsa-info.sh \- command\-line utility to gather information about
+the ALSA subsystem
+.SH SYNOPSIS
+\fBalsa-info.sh\fP [\fIoptions\fP]
+
+.SH DESCRIPTION
+\fBalsa-info.sh\fP is a command\-line utility gathering information
+about the ALSA subsystem. It is used mostly for debugging purposes.
+
+.SH OPTIONS
+.TP
+\fI\-\-upload\fP
+Upload contents to the server (www.alsa-project.org or pastebin.ca).
+.TP
+\fI\-\-no-upload\fP
+Do not upload contents to the remote server.
+.TP
+\fI\-\-stdout\fP
+Print information to standard output.
+.TP
+\fI\-\-output FILE\fP
+Specify file for output in no-upload mode.
+.TP
+\fI\-\-debug\fP
+Run utility as normal, but will not delete file (usually
+/tmp/alsa-info.txt).
+.TP
+\fI\-\-with-aplay\fP
+Includes output from \fIaplay -l\fP.
+.TP
+\fI\-\-with-amixer\fP
+Includes output from \fIamixer\fP.
+.TP
+\fI\-\-with-alsactl\fP
+Includes output from \fIalsactl\fP.
+.TP
+\fI\-\-with-configs\fP
+Includes output from ~/.asoundrc and /etc/asound.conf if they exist.
+.TP
+\fI\-\-update\fP
+Check server for updates.
+.TP
+\fI\-\-about\fP
+Print information about authors.
+
+.SH EXAMPLES
+
+.TP
+\fBalsa-info.sh \-\-no-upload\fR
+Will gather all information and show the output file.
+
+.SH SEE ALSO
+\fB
+aplay(1)
+amixer(1)
+alsactl(1)
+\fP
+
+.SH AUTHOR
+\fBalsa-info.sh\fP was created by the ALSA team, see \fI\-\-about\fP .