From 5a30b4d0093cb6b9c3870997d4df5fa39ce37bb4 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Mon, 31 Dec 2018 11:35:31 +0900 Subject: [PATCH] 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 --- axfer/axfer-transfer.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.