diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 20:39:17 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 20:39:17 +0100 |
| commit | a00fca47dc6954d5e70e56c60f15457f917c41d8 (patch) | |
| tree | 3a8f555f33f54d183cadf91f67cf0ee8e5406780 /man3 | |
| parent | 5964dfa3afbd150212a9c355884d1540101fcca4 (diff) | |
| download | man-pages-a00fca47dc6954d5e70e56c60f15457f917c41d8.tar.gz | |
malloc_get_state.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/malloc_get_state.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/malloc_get_state.3 b/man3/malloc_get_state.3 index 711e90ee2c..6c60da240f 100644 --- a/man3/malloc_get_state.3 +++ b/man3/malloc_get_state.3 @@ -5,6 +5,9 @@ .TH MALLOC_GET_STATE 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME malloc_get_state, malloc_set_state \- record and restore state of malloc implementation +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <malloc.h> |
