diff options
-rw-r--r-- | man/libsimple_enaligned_alloc.3 | 2 | ||||
-rw-r--r-- | man/libsimple_valigned_allocn.3 | 1 | ||||
-rw-r--r-- | man/libsimple_valloc.3 | 5 | ||||
-rw-r--r-- | man/libsimple_vmemalignn.3 | 1 | ||||
-rw-r--r-- | man/libsimple_vpvallocn.3 | 1 | ||||
-rw-r--r-- | man/libsimple_vvallocn.3 | 1 |
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 |