aboutsummaryrefslogtreecommitdiffstats
path: root/man3/malloc_hook.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-08-19 22:16:47 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-08-19 22:16:47 +0200
commitb9c93deb3db51721a151b45991f013aa96cf3bce (patch)
treea6044fb85d12b28cc2385f5538fa96fa66b07b23 /man3/malloc_hook.3
parent9bc87ed07a97ef38674f646162d92dbf05c866c6 (diff)
downloadman-pages-b9c93deb3db51721a151b45991f013aa96cf3bce.tar.gz
getgroups.2, getrlimit.2, ioctl_ficlonerange.2, ioctl_fideduperange.2, semop.2, difftime.3, getpw.3, malloc_hook.3, mbrtowc.3, newlocale.3, offsetof.3, pthread_tryjoin_np.3, rand.3, rtnetlink.3, setbuf.3, strtol.3, fuse.4, feature_test_macros.7, pkeys.7: ffix: fix mismatched .EX/.EE tags
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/malloc_hook.3')
-rw-r--r--man3/malloc_hook.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3
index 5df2d49d21..cdd72b3ce1 100644
--- a/man3/malloc_hook.3
+++ b/man3/malloc_hook.3
@@ -138,7 +138,7 @@ my_malloc_hook(size_t size, const void *caller)
return result;
}
-.EX
+.EE
.SH SEE ALSO
.BR mallinfo (3),
.BR malloc (3),