diff options
-rw-r--r-- | unix/signal.mdwn | 2 |
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 |