diff options
author | ru <ru@FreeBSD.org> | 2006-09-30 10:34:13 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-30 10:34:13 +0000 |
commit | 81bed6b88448650d0a633e9997ee17df8b7d9d79 (patch) | |
tree | bd9e0c431c6189606806a096fb14fcdea697b3ae /lib/libc/stdlib/posix_memalign.3 | |
parent | 1da895d121c2157e12372a98c2305588092e1773 (diff) | |
download | FreeBSD-src-81bed6b88448650d0a633e9997ee17df8b7d9d79.zip FreeBSD-src-81bed6b88448650d0a633e9997ee17df8b7d9d79.tar.gz |
Revise markup in recently added manpages.
Diffstat (limited to 'lib/libc/stdlib/posix_memalign.3')
-rw-r--r-- | lib/libc/stdlib/posix_memalign.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libc/stdlib/posix_memalign.3 b/lib/libc/stdlib/posix_memalign.3 index 6de2c4a..3af91c3 100644 --- a/lib/libc/stdlib/posix_memalign.3 +++ b/lib/libc/stdlib/posix_memalign.3 @@ -51,7 +51,8 @@ and returns the allocation in the value pointed to by .Pp The requested .Fa alignment -must be a power of 2 at least as large as sizeof(void *). +must be a power of 2 at least as large as +.Fn sizeof "void *" . .Pp Memory that is allocated via .Fn posix_memalign @@ -72,16 +73,17 @@ function will fail if: .It Bq Er EINVAL The .Fa alignment -parameter is not a power of 2 at least as large as sizeof(void *). +parameter is not a power of 2 at least as large as +.Fn sizeof "void *" . .It Bq Er ENOMEM Memory allocation error. .El .Sh SEE ALSO +.Xr free 3 , .Xr malloc 3 , -.Xr valloc 3 , .Xr realloc 3 , .Xr reallocf 3 , -.Xr free 3 +.Xr valloc 3 .Sh STANDARDS The .Fn posix_memalign |