summaryrefslogtreecommitdiffstats
path: root/alsa-utils/seq/aseqdump/aseqdump.1
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-utils/seq/aseqdump/aseqdump.1')
-rw-r--r--alsa-utils/seq/aseqdump/aseqdump.139
1 files changed, 0 insertions, 39 deletions
diff --git a/alsa-utils/seq/aseqdump/aseqdump.1 b/alsa-utils/seq/aseqdump/aseqdump.1
deleted file mode 100644
index f6f2aa9..0000000
--- a/alsa-utils/seq/aseqdump/aseqdump.1
+++ /dev/null
@@ -1,39 +0,0 @@
-.TH ASEQDUMP 1 "19 Feb 2005"
-
-.SH NAME
-aseqdump \- show the events received at an ALSA sequencer port
-
-.SH SYNOPSIS
-.B aseqdump
-[\fI\-p client:port,...\fP]
-
-.SH DESCRIPTION
-.B aseqdump
-is a command-line utility that prints the sequencer events it receives as text.
-
-To stop receiving, press Ctrl+C.
-
-.SH OPTIONS
-
-.TP
-.I \-h,\-\-help
-Prints a list of options.
-
-.TP
-.I \-V,\-\-version
-Prints the current version.
-
-.TP
-.I \-l,\-\-list
-Prints a list of possible input ports.
-
-.TP
-.I \-p,\-\-port=client:port,...
-Sets the sequencer port(s) from which events are received.
-
-A client can be specified by its number, its name, or a prefix of its
-name. A port is specified by its number; for port 0 of a client, the
-":0" part of the port specification can be omitted.
-
-.SH AUTHOR
-Clemens Ladisch <clemens@ladisch.de>