]> git.alsa-project.org Git - alsa-utils.git/commitdiff
axfer: correct description about signal handling
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 31 Dec 2018 02:35:31 +0000 (11:35 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 2 Jan 2019 10:24:08 +0000 (11:24 +0100)
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>
axfer/axfer-transfer.1

index 0f4c3fe5743ed0d25de1009051bc0d9f4b5c562d..8d4155327763fcffaf03c9a8096e4d386f1ea76d 100644 (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.