From 5771e6280ed94b6457e5db9facb5899254e4fb7f Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 29 Jun 1999 18:36:24 +0000 Subject: first round of repairs on stdlib --- src/lib/libc/stdlib/alloca.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libc/stdlib/alloca.3') 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 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: alloca.3,v 1.6 1999/05/23 14:11:03 aaron Exp $ +.\" $OpenBSD: alloca.3,v 1.7 1999/06/29 18:36:18 aaron Exp $ .\" .Dd May 2, 1991 .Dt ALLOCA 3 @@ -45,7 +45,7 @@ The .Fn alloca function -allocates +allocates .Fa size bytes of space in the stack frame of the caller. This temporary space is automatically freed on @@ -70,6 +70,6 @@ is machine dependent; its use is discouraged. .\" .Fn alloca .\" function appeared in .\" .Bx ?? . -.\" The function appeared in 32v, pwb and pwb.2 and in 3bsd 4bsd +.\" 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 .\" moment is 4.3... -- cgit v1.2.3-55-g6feb