diff options
Diffstat (limited to 'src/lib/libc/stdlib/alloca.3')
-rw-r--r-- | src/lib/libc/stdlib/alloca.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/alloca.3 b/src/lib/libc/stdlib/alloca.3 index 2b64dcfc08..56d52ebe1b 100644 --- a/src/lib/libc/stdlib/alloca.3 +++ b/src/lib/libc/stdlib/alloca.3 | |||
@@ -29,7 +29,7 @@ | |||
29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
30 | .\" SUCH DAMAGE. | 30 | .\" SUCH DAMAGE. |
31 | .\" | 31 | .\" |
32 | .\" $OpenBSD: alloca.3,v 1.6 1999/05/23 14:11:03 aaron Exp $ | 32 | .\" $OpenBSD: alloca.3,v 1.7 1999/06/29 18:36:18 aaron Exp $ |
33 | .\" | 33 | .\" |
34 | .Dd May 2, 1991 | 34 | .Dd May 2, 1991 |
35 | .Dt ALLOCA 3 | 35 | .Dt ALLOCA 3 |
@@ -45,7 +45,7 @@ | |||
45 | The | 45 | The |
46 | .Fn alloca | 46 | .Fn alloca |
47 | function | 47 | function |
48 | allocates | 48 | allocates |
49 | .Fa size | 49 | .Fa size |
50 | bytes of space in the stack frame of the caller. | 50 | bytes of space in the stack frame of the caller. |
51 | This temporary space is automatically freed on | 51 | This temporary space is automatically freed on |
@@ -70,6 +70,6 @@ is machine dependent; its use is discouraged. | |||
70 | .\" .Fn alloca | 70 | .\" .Fn alloca |
71 | .\" function appeared in | 71 | .\" function appeared in |
72 | .\" .Bx ?? . | 72 | .\" .Bx ?? . |
73 | .\" The function appeared in 32v, pwb and pwb.2 and in 3bsd 4bsd | 73 | .\" The function appeared in 32v, pwb and pwb.2 and in 3bsd 4bsd |
74 | .\" The first man page (or link to a man page that I can find at the | 74 | .\" The first man page (or link to a man page that I can find at the |
75 | .\" moment is 4.3... | 75 | .\" moment is 4.3... |