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:
Takashi Sakamoto 2018-12-31 11:35:31 +09:00 committed by Takashi Iwai
parent 37809b95dc
commit 5a30b4d009

View file

@ -252,12 +252,12 @@ During transmission,
.I SIGINT
and
.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
The above will suspend PCM substream and
will suspend PCM substream and
.I SIGCONT
The above will resume it. No XRUNs are expected.
will resume it. No XRUNs are expected.
The other signals perform default behaviours.