diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-06 22:52:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-06 22:52:38 +0100 |
commit | 4b1f8a87d68b64e7f732f680e0d69a9cd61ba0fd (patch) | |
tree | cb861942e0e1a15b457827ec5a76b5fe966e8246 | |
parent | Add man page for memalloc (diff) | |
download | libsimple-4b1f8a87d68b64e7f732f680e0d69a9cd61ba0fd.tar.gz libsimple-4b1f8a87d68b64e7f732f680e0d69a9cd61ba0fd.tar.bz2 libsimple-4b1f8a87d68b64e7f732f680e0d69a9cd61ba0fd.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | man/libsimple_vmemalloc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/libsimple_vmemalloc.3 b/man/libsimple_vmemalloc.3 index 46c8f88..e34b010 100644 --- a/man/libsimple_vmemalloc.3 +++ b/man/libsimple_vmemalloc.3 @@ -1,6 +1,6 @@ .TH LIBSIMPLE_VMEMALLOC 3 2018-11-03 libsimple .SH NAME -libsimple_vmemalloc \- allocate memory with custom alignment +libsimple_vmemalloc \- allocate memory in a flexible manner .SH SYNOPSIS .nf #include <libsimple.h> |