diff options
Diffstat (limited to 'lib/libc/stdlib/memory.3')
-rw-r--r-- | lib/libc/stdlib/memory.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3 index 61bae4cc3c6..959a173a037 100644 --- a/lib/libc/stdlib/memory.3 +++ b/lib/libc/stdlib/memory.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memory.3,v 1.4 1999/05/23 14:11:03 aaron Exp $ +.\" $OpenBSD: memory.3,v 1.5 2000/04/20 13:50:02 aaron Exp $ .\" .Dd May 2, 1991 .Dt MEMORY 3 @@ -55,8 +55,7 @@ .Fn alloca "size_t size" .Sh DESCRIPTION These functions allocate and free memory for the calling process. -They are described in the -individual manual pages. +They are described in the individual man pages. .Sh SEE ALSO .Xr alloca 3 , .Xr calloc 3 , @@ -65,6 +64,6 @@ individual manual pages. .Xr realloc 3 .Sh STANDARDS These functions, with the exception of -.Fn alloca +.Fn alloca , conform to .St -ansiC . |