OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / posix_memalign.3
index e00cac4..c14fac5 100644 (file)
@@ -91,7 +91,7 @@ bytes and places the address of the allocated memory in
 The address of the allocated memory will be a multiple of
 .IR "alignment" ,
 which must be a power of two and a multiple of
-.IR "sizeof(void *)".
+.IR "sizeof(void\ *)" .
 If
 .I size
 is 0, then
@@ -158,7 +158,7 @@ is not set.
 The
 .I alignment
 argument was not a power of two, or was not a multiple of
-.IR "sizeof(void *)" .
+.IR "sizeof(void\ *)" .
 .TP
 .B ENOMEM
 There was insufficient memory to fulfill the allocation request.