aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-03 18:34:09 +0100
committerMattias Andrée <maandree@kth.se>2018-11-03 18:49:17 +0100
commit9bcfd480a53cf02041e2e56649909d560029764c (patch)
tree450e297d27dbe53bbd758f94c7fa29bcc696c58a
parentAdd man pages for realloc wrappers (diff)
downloadlibsimple-9bcfd480a53cf02041e2e56649909d560029764c.tar.gz
libsimple-9bcfd480a53cf02041e2e56649909d560029764c.tar.bz2
libsimple-9bcfd480a53cf02041e2e56649909d560029764c.tar.xz
Fix man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--man/libsimple_enaligned_alloc.32
-rw-r--r--man/libsimple_valigned_allocn.31
-rw-r--r--man/libsimple_valloc.35
-rw-r--r--man/libsimple_vmemalignn.31
-rw-r--r--man/libsimple_vpvallocn.31
-rw-r--r--man/libsimple_vvallocn.31
6 files changed, 8 insertions, 3 deletions
diff --git a/man/libsimple_enaligned_alloc.3 b/man/libsimple_enaligned_alloc.3
index e21b438..d3d8b5a 100644
--- a/man/libsimple_enaligned_alloc.3
+++ b/man/libsimple_enaligned_alloc.3
@@ -68,7 +68,7 @@ functions behaviour is unspecified if
is 0.
.SH RETURN VALUE
The
-.BR libsimple_enaligned_alloc (),
+.BR libsimple_enaligned_alloc ()
and
.BR libsimple_ealigned_alloc ()
functions return a pointer to the allocated memory
diff --git a/man/libsimple_valigned_allocn.3 b/man/libsimple_valigned_allocn.3
index e4ee1c8..ec22482 100644
--- a/man/libsimple_valigned_allocn.3
+++ b/man/libsimple_valigned_allocn.3
@@ -134,6 +134,7 @@ is not a multiple of
.B EINVAL
.I alignment
is not a power of two.
+.TP
.B ENOMEM
Enough memory could not be allocated.
.PP
diff --git a/man/libsimple_valloc.3 b/man/libsimple_valloc.3
index 665e7d8..7535d9a 100644
--- a/man/libsimple_valloc.3
+++ b/man/libsimple_valloc.3
@@ -80,8 +80,9 @@ The
.BR libsimple_valloc ()
function will fail if:
.TP
-.B n
-is 0
+.B EINVAL
+.I n
+is 0.
.TP
.B ENOMEM
Enough memory could not be allocated.
diff --git a/man/libsimple_vmemalignn.3 b/man/libsimple_vmemalignn.3
index f298029..9eba8f8 100644
--- a/man/libsimple_vmemalignn.3
+++ b/man/libsimple_vmemalignn.3
@@ -129,6 +129,7 @@ is 0.
.B EINVAL
.I alignment
is not a power of two.
+.TP
.B ENOMEM
Enough memory could not be allocated.
.PP
diff --git a/man/libsimple_vpvallocn.3 b/man/libsimple_vpvallocn.3
index 8d6c8b1..5a4b3d8 100644
--- a/man/libsimple_vpvallocn.3
+++ b/man/libsimple_vpvallocn.3
@@ -125,6 +125,7 @@ function will fail if:
.B EINVAL
.I n
is 0.
+.TP
.B ENOMEM
Enough memory could not be allocated.
.PP
diff --git a/man/libsimple_vvallocn.3 b/man/libsimple_vvallocn.3
index a443072..0187dee 100644
--- a/man/libsimple_vvallocn.3
+++ b/man/libsimple_vvallocn.3
@@ -124,6 +124,7 @@ function will fail if:
.B EINVAL
.I n
is 0.
+.TP
.B ENOMEM
Enough memory could not be allocated.
.PP