From: Takashi Sakamoto Date: Mon, 31 Dec 2018 02:35:31 +0000 (+0900) Subject: axfer: correct description about signal handling X-Git-Tag: v1.1.8~10 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=5a30b4d0093cb6b9c3870997d4df5fa39ce37bb4;p=alsa-utils.git axfer: correct description about signal handling Some items in a section for POSIX SIGNALS includes wrong texts. Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- diff --git a/axfer/axfer-transfer.1 b/axfer/axfer-transfer.1 index 0f4c3fe..8d41553 100644 --- a/axfer/axfer-transfer.1 +++ b/axfer/axfer-transfer.1 @@ -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.