diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-12 12:15:31 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-12 12:15:31 +0100 |
| commit | 9b21ca97a7bcd06ba13342e6f9966d4b82bbac04 (patch) | |
| tree | 2c1ef9f6c1f1334d2cbb0d7810765b1eb2d3e093 | |
| parent | 9981365e247a5b726f7b259b75f578a52157fd9e (diff) | |
| download | man-pages-9b21ca97a7bcd06ba13342e6f9966d4b82bbac04.tar.gz | |
makecontext.3, malloc_hook.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/makecontext.3 | 1 | ||||
| -rw-r--r-- | man3/malloc_hook.3 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/man3/makecontext.3 b/man3/makecontext.3 index fe7af95286..dfb1ee6031 100644 --- a/man3/makecontext.3 +++ b/man3/makecontext.3 @@ -22,6 +22,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END +.\" .\" 2006-08-02, mtk, Added example program .\" .TH MAKECONTEXT 3 2013-02-12 "GNU" "Linux Programmer's Manual" diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3 index 50d9113b8c..f46db4c9fb 100644 --- a/man3/malloc_hook.3 +++ b/man3/malloc_hook.3 @@ -3,6 +3,7 @@ .\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL .\" %%%LICENSE_END +.\" .\" Heavily based on glibc documentation .\" Polished, added docs, removed glibc doc bug, 2002-07-20, aeb .\" |
