diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-08-21 16:47:44 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-08-21 16:47:44 -0500 |
| commit | bea08fec7e688be54b82aa91e29dee0d7134ba1a (patch) | |
| tree | 0833c959b09073b6aa78bd34dca6e9be584cd2c7 /man3/malloc.3 | |
| parent | d62018316a39588f17ce00d3cdf307580e5f7c68 (diff) | |
| download | man-pages-bea08fec7e688be54b82aa91e29dee0d7134ba1a.tar.gz | |
adjtimex.2, bind.2, cacheflush.2, clone.2, fallocate.2, fanotify_init.2, fanotify_mark.2, flock.2, futex.2, getdents.2, getpriority.2, getrlimit.2, gettid.2, gettimeofday.2, ioprio_set.2, kexec_load.2, migrate_pages.2, modify_ldt.2, mount.2, move_pages.2, mprotect.2, msgop.2, nfsservctl.2, perf_event_open.2, pread.2, ptrace.2, recvmmsg.2, rename.2, restart_syscall.2, sched_setattr.2, send.2, shmop.2, shutdown.2, sigaction.2, signalfd.2, syscalls.2, timer_create.2, timerfd_create.2, tkill.2, vmsplice.2, wait.2, aio_init.3, confstr.3, exit.3, fmemopen.3, fopen.3, getaddrinfo.3, getauxval.3, getspnam.3, isalpha.3, isatty.3, mallinfo.3, malloc.3, mallopt.3, psignal.3, pthread_attr_setinheritsched.3, qecvt.3, queue.3, rtnetlink.3, strerror.3, strftime.3, toupper.3, towlower.3, towupper.3, initrd.4, locale.5, proc.5, bootparam.7, capabilities.7, ddp.7, fanotify.7, icmp.7, inotify.7, ip.7, ipv6.7, netdevice.7, netlink.7, path_resolution.7, rtld-audit.7, rtnetlink.7, sched.7, signal.7, socket.7, svipc.7, tcp.7, unix.7, ld.so.8: srcfix: Update FIXMEs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/malloc.3')
| -rw-r--r-- | man3/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/malloc.3 b/man3/malloc.3 index 82c290682a..c0a174da9d 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -27,8 +27,8 @@ .\" Documented MALLOC_CHECK_, Wolfram Gloger (wmglo@dent.med.uni-muenchen.de) .\" 2007-09-15 mtk: added notes on malloc()'s use of sbrk() and mmap(). .\" -.\" FIXME: Review http://austingroupbugs.net/view.php?id=374 -.\" to see what changes are req uired on this page. +.\" FIXME . Review http://austingroupbugs.net/view.php?id=374 +.\" to see what changes are required on this page. .\" .TH MALLOC 3 2014-05-21 "GNU" "Linux Programmer's Manual" .SH NAME |
