summaryrefslogtreecommitdiff
path: root/manual/signal.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-09-05 14:06:44 +0000
committerRichard M. Stallman <rms@gnu.org>1993-09-05 14:06:44 +0000
commitc596f2dc89b8a730b6d07d2e7c03d883952a83c8 (patch)
tree0b3ac876e7458226c7736e7d9b3c95cd819c4ec5 /manual/signal.texi
parentbba8deeee66f48f6bb8c9ad0458e1620a215a6ab (diff)
Fix typo sigprockmask.
Diffstat (limited to 'manual/signal.texi')
-rw-r--r--manual/signal.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index 802350df19..7105ee8bc3 100644
--- a/manual/signal.texi
+++ b/manual/signal.texi
@@ -2498,7 +2498,7 @@ If invoking @code{sigprocmask} causes any pending signals to be
unblocked, at least one of those signals is delivered to the process
before @code{sigprocmask} returns. The order in which pending signals
are delivered is not specified, but you can control the order explicitly
-by making multiple @code{sigprockmask} calls to unblock various signals
+by making multiple @code{sigprocmask} calls to unblock various signals
one at a time.
The @code{sigprocmask} function returns @code{0} if successful, and @code{-1}