mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 08:37:38 +01:00
Fix typo in unw_get_proc_name documentation
This commit is contained in:
parent
4bf1b71952
commit
5e854a4103
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ UNW_ENOINFO
|
||||||
was unable to determine
|
was unable to determine
|
||||||
the name of the procedure.
|
the name of the procedure.
|
||||||
.TP
|
.TP
|
||||||
UNW_ENOMME
|
UNW_ENOMEM
|
||||||
The procedure name is too long to fit
|
The procedure name is too long to fit
|
||||||
in the buffer provided. A truncated version of the name has been
|
in the buffer provided. A truncated version of the name has been
|
||||||
returned.
|
returned.
|
||||||
|
|
|
@ -58,7 +58,7 @@ signal handler.
|
||||||
\item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
|
\item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
|
||||||
\item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to determine
|
\item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to determine
|
||||||
the name of the procedure.
|
the name of the procedure.
|
||||||
\item[\Const{UNW\_ENOMME}] The procedure name is too long to fit
|
\item[\Const{UNW\_ENOMEM}] The procedure name is too long to fit
|
||||||
in the buffer provided. A truncated version of the name has been
|
in the buffer provided. A truncated version of the name has been
|
||||||
returned.
|
returned.
|
||||||
\end{Description}
|
\end{Description}
|
||||||
|
|
Loading…
Reference in a new issue