diff --git a/doc/libunwind.tex b/doc/libunwind.tex
index a6739b8c..da727a1e 100644
--- a/doc/libunwind.tex
+++ b/doc/libunwind.tex
@@ -55,7 +55,7 @@
 \noindent
 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*});\\
 \noindent
-\Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}, \Type{char~*}, \Type{size\_t});\\
+\Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*});\\
 
 \noindent
 \Type{void} \Func{\_U\_dyn\_register}(\Type{unw\_dyn\_info\_t~*});\\
@@ -312,12 +312,14 @@ local unwinding only.
 
 \section{See Also}
 
-\SeeAlso{libunwind-ptrace(3)}
-\SeeAlso{libunwind-ia64(3)}
 %\SeeAlso{libunwind-hppa(3)},
+\SeeAlso{libunwind-ia64(3)},
+\SeeAlso{libunwind-ptrace(3)},
+\SeeAlso{libunwind-setjmp(3)},
 %\SeeAlso{libunwind-x86(3)},
 %\SeeAlso{unw\_init\_local(3)},
 %\SeeAlso{unw\_init\_remote(3)}
+\SeeAlso{unw\_resume(3)}
 
 \section{Author}