# HG changeset patch # User Oleksandr Gavenko # Date 1569756298 -10800 # Node ID 39bedf1e6b4e5eab285f5959303b4c43b6e88af8 # Parent 0c73cdddca3a72ebd8ab024d175277cca342b72e Fixed grammar. diff -r 0c73cdddca3a -r 39bedf1e6b4e signal.rst --- a/signal.rst Thu Sep 19 09:11:41 2019 +0300 +++ b/signal.rst Sun Sep 29 14:24:58 2019 +0300 @@ -33,14 +33,14 @@ Hangup. Type: notification, can be handled. -Sent when assigned to process terminal closed. +Signal is sent when the assigned process terminal has been closed. nohup(1) utility used as a wrapper to start a program and make it immune to SIGHUP. The default action on POSIX-compliant systems is an abnormal termination. -Demon used this signal as commant to reread config file. +Demon should interpret this signal as a command to reread config file. SIGINT ------ @@ -143,7 +143,7 @@ SIGSYS 12 --------- -Bad argument to system call. Type: exception. +Bad argument to a system call. Type: exception. By default this causes abnormal termination of the process. @@ -236,7 +236,7 @@ Daemons do not have controlling terminals and should never receive this signal. -By default this causes suspends of the process. +By default this causes suspending of the process. SIGTTOU 22 ---------- @@ -247,7 +247,7 @@ Daemons do not have controlling terminals and should never receive this signal. -By default this causes suspends of the process. +By default this causes suspending of the process. SIGPOLL 23 ----------