diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-25 19:18:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-06-25 19:18:44 +0000 |
commit | 4c861aeb86aeafe4d78b70554b04d93e2b98597d (patch) | |
tree | 354d39a2425e0b2ae07befc2df5960e97dd837e0 /lib | |
parent | 0ab6a0c78789fec967e02534b471ea3eb79aedf8 (diff) |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/alloca.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3 index a07252f404b1f..e900dcafa9ca3 100644 --- a/lib/libc/stdlib/alloca.3 +++ b/lib/libc/stdlib/alloca.3 @@ -70,11 +70,13 @@ pointer is returned. The .Fn alloca function -is machine dependent; its use is discouraged. -.\" .Sh HISTORY -.\" The -.\" .Fn alloca -.\" function appeared in +is machine and compiler dependent; +its use is discouraged. +.Sh HISTORY +The +.Fn alloca +function appeared in +.str-At-32v . .\" .Bx ?? . .\" The function appeared in 32v, pwb and pwb.2 and in 3bsd 4bsd .\" The first man page (or link to a man page that I can find at the |