malloc_get_state.3: Minor wording fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-17 17:32:47 +02:00
parent a414d0b502
commit 98a9b1ab5a
1 changed files with 2 additions and 2 deletions

View File

@ -86,11 +86,11 @@ returns \-2.
.SH CONFORMING TO
These functions are GNU extensions.
.SH NOTES
These functions are especially useful when using this
These functions are useful when using this
.BR malloc (3)
implementation as part of a shared library,
and the heap contents are saved/restored via some other method.
This technique is used by the GNU Emacs to implement its "dumping" function.
This technique is used by GNU Emacs to implement its "dumping" function.
Hook function pointers are never saved or restored by these
functions, with two exceptions: