]> git.alsa-project.org Git - alsa-utils.git/commit
axfer: add a manual for entry point
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 5 Dec 2018 21:31:46 +0000 (06:31 +0900)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Dec 2018 09:54:36 +0000 (10:54 +0100)
commitc5b2beebfdc2fad03386f05ae9b984da265b9e5c
treebfc709699e22d93e9dd163514217c780fc0e8497
parentbae5761d72f5488616c45fe4f6b32df42c8f5797
axfer: add a manual for entry point

This commit adds a manual for axfer(1). This command is an entry point
to supported subcommand.

I note that axfer(1) has renewed option system against aplay(1). The
command get positional two options for subcommand and direction. In
short:
 $ axfer transfer capture|playback [options for transfer subcommand]
 $ axfer list capture|playback [options for list subcommand]
 $ axfer version
 $ axfer help

Manuals to subcommands are added later separately.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
axfer/Makefile.am
axfer/axfer.1 [new file with mode: 0644]