Fixed grammar.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 29 Sep 2019 14:24:58 +0300
changeset 2384 39bedf1e6b4e
parent 2383 0c73cdddca3a
child 2385 0c07e8df092f
Fixed grammar.
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
 ----------