getunwind.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
David Prévot 2013-03-04 11:25:29 +01:00 committed by Michael Kerrisk
parent dd2babc14c
commit 88d429113b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ The unwind table contains entries of the following form:
.nf
u64 start; (64-bit address of start of function)
u64 end; (64-bit address of start of function)
u64 end; (64-bit address of end of function)
u64 info; (BUF-relative offset to unwind info)
.fi