posix_memalign

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello

I have a proposal to change the description on this page to be clearer:
http://man7.org/linux/man-pages/man3/posix_memalign.3.html

Currently:

"If size is 0, then
posix_memalign() returns either NULL, or a unique pointer value that
can later be successfully passed to free(3)."

--As posix_memalign doesn't "return" the value, but places the address
in *memptr I propose to change it to:

"If size is 0, then
posix_memalign() either places NULL in *memptr, or a unique pointer value that
can later be successfully passed to free(3)."


Best regards, Jon
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux