mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 06:05:43 +01:00
axfer: correct description about signal handling
Some items in a section for POSIX SIGNALS includes wrong texts. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
37809b95dc
commit
5a30b4d009
1 changed files with 3 additions and 3 deletions
|
@ -252,12 +252,12 @@ During transmission,
|
||||||
.I SIGINT
|
.I SIGINT
|
||||||
and
|
and
|
||||||
.I SIGTERM
|
.I SIGTERM
|
||||||
The above will close handled files and finish run time.
|
will close handled files and PCM substream to be going to finish run time.
|
||||||
|
|
||||||
.I SIGTSTP
|
.I SIGTSTP
|
||||||
The above will suspend PCM substream and
|
will suspend PCM substream and
|
||||||
.I SIGCONT
|
.I SIGCONT
|
||||||
The above will resume it. No XRUNs are expected.
|
will resume it. No XRUNs are expected.
|
||||||
|
|
||||||
The other signals perform default behaviours.
|
The other signals perform default behaviours.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue