summaryrefslogtreecommitdiff
path: root/unix/signal.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawnEll03HbFO2S5yMVgcfwTp76dh5tr7UiY <Christopher@web>2011-07-12 05:47:54 +0200
committerGNU Hurd web pages engine <web-hurd@gnu.org>2011-07-12 05:47:54 +0200
commit71e385796001872163e8691ef389e52c17640e78 (patch)
tree50a31402e7953b225b57b5d06d41c95b2eabefe2 /unix/signal.mdwn
parente12e319bf5e4e88c73d9531fef5ab6f80683ab05 (diff)
Fixed statement that had either a typo or at the least was unclear
Diffstat (limited to 'unix/signal.mdwn')
-rw-r--r--unix/signal.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/signal.mdwn b/unix/signal.mdwn
index 0d038a45..084f7f2a 100644
--- a/unix/signal.mdwn
+++ b/unix/signal.mdwn
@@ -9,7 +9,7 @@ is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
*[[UNIX]] signals* are a means to asynchronously invoke a specific function
-(*signal handler*) in a [[process]]. It's a rather limited for of doing
+(*signal handler*) in a [[process]]. It's a rather limited form of doing
[[IPC]].
Signalling may impact on [[system call]]s that are executing at the same time