Module Name: src
Committed By: wiz
Date: Wed Oct 24 22:56:27 UTC 2012
Modified Files:
src/lib/libc/stdlib: alloca.3
Log Message:
Whitespace improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdlib/alloca.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/alloca.3
diff -u src/lib/libc/stdlib/alloca.3:1.15 src/lib/libc/stdlib/alloca.3:1.16
--- src/lib/libc/stdlib/alloca.3:1.15 Wed Oct 24 22:25:49 2012
+++ src/lib/libc/stdlib/alloca.3 Wed Oct 24 22:56:27 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: alloca.3,v 1.15 2012/10/24 22:25:49 christos Exp $
+.\" $NetBSD: alloca.3,v 1.16 2012/10/24 22:56:27 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -73,10 +73,11 @@ The
.Fn alloca
function is not part of any C standard and its use is not portable.
.It
-The
+The
.Fn alloca
function should be supplied by the compiler because the compiler is allowed to
-make assumptions about the stack and frame pointers. The libc
+make assumptions about the stack and frame pointers.
+The libc
.Fn alloca
implementation cannot account for those assumptions.
While there is a
@@ -100,7 +101,7 @@ allocations should be bounded and limite
Since
.Fn alloca
modifies the stack at runtime and the stack usage of each function frame
-cannot be predicted, it makes many compiler security features
+cannot be predicted, it makes many compiler security features
(such as
.Xr cc 1
.Fl fstack-protector )