Clarify that this routine is signal-safe only for the local
address-space.
(Logical change 1.200)
diff --git a/doc/unw_init_remote.tex b/doc/unw_init_remote.tex
index d41b9b8..fe7280f 100644
--- a/doc/unw_init_remote.tex
+++ b/doc/unw_init_remote.tex
@@ -46,8 +46,9 @@
\section{Thread and Signal Safety}
-\Func{unw\_init\_remote}() is thread-safe as well as safe to use from a
-signal handler.
+\Func{unw\_init\_remote}() is thread-safe. If the local address-space
+is passed in argument \Var{as}, this routine is also safe to use from
+a signal handler.
\section{Errors}