aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/signal.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/signal.3')
-rw-r--r--lib/libc/gen/signal.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 7f6570625824..b78797c572bd 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -79,7 +79,7 @@ and
signals, the
.Fn signal
function allows for a signal to be caught, to be ignored, or to generate
-an interupt.
+an interrupt.
These signals are defined in the file
.Aq Pa signal.h :
.Bl -column SIGVTALARMXX "create core imagexxx"
@@ -150,7 +150,7 @@ is called.
.Pp
The handled signal is unblocked with the
function returns and
-the process continues from where it left off when the signal occured.
+the process continues from where it left off when the signal occurred.
.Bf -symbolic
Unlike previous signal facilities, the handler
func() remains installed after a signal has been delivered.