Clarify that this routine is signal-safe only for the local
address-space.
(Logical change 1.200)
diff --git a/doc/unw_resume.tex b/doc/unw_resume.tex
index 68d740e..4250b8b 100644
--- a/doc/unw_resume.tex
+++ b/doc/unw_resume.tex
@@ -66,8 +66,9 @@
\section{Thread and Signal Safety}
-\Func{unw\_resume}() is thread-safe as well as safe to use from a
-signal handler.
+\Func{unw\_resume}() is thread-safe. If cursor \Var{cp} is in the
+local address-space, this routine is also safe to use from a signal
+handler.
\section{Errors}