getunwind.2: Fix description of return value

s/size of unwind table/size of the unwind data/

Reported-by: Yuri Kozlov <yuray@komyakino.ru>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-09-13 19:13:33 -07:00
parent abd4248a0e
commit eee740e3e4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ manual.
.SH RETURN VALUE .SH RETURN VALUE
On success, On success,
.BR getunwind () .BR getunwind ()
returns the size of the unwind table. returns the size of the unwind data.
On error, \-1 is returned and On error, \-1 is returned and
.I errno .I errno
is set to indicate the error. is set to indicate the error.