From 98a9b1ab5ae510d03acbec9bc0bb2297a4bd3d9b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 17 May 2014 17:32:47 +0200 Subject: [PATCH] malloc_get_state.3: Minor wording fixes Signed-off-by: Michael Kerrisk --- man3/malloc_get_state.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/malloc_get_state.3 b/man3/malloc_get_state.3 index bc7355874..cea14c48b 100644 --- a/man3/malloc_get_state.3 +++ b/man3/malloc_get_state.3 @@ -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: