summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-07-21 13:45:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-07-21 13:45:40 +0000
commit2205d8ad59d545de1486248c9b21c365e1359751 (patch)
tree419e27983fe1589c1c14432d9b367fbc99043367 /share/man
parentcb8af8bcb1e4eecd36b7574c54901de5e9b17b8c (diff)
tweak;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man1/gcc-local.16
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1
index 09e024aefee..7ff70c8bfb1 100644
--- a/share/man/man1/gcc-local.1
+++ b/share/man/man1/gcc-local.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gcc-local.1,v 1.13 2006/07/20 21:05:22 miod Exp $
+.\" $OpenBSD: gcc-local.1,v 1.14 2006/07/21 13:45:39 jmc Exp $
.\"
.\" Copyright (c) 2002 Marc Espie
.\" Copyright (c) 2003 Anil Madhavapeddy
@@ -232,8 +232,8 @@ will report functions using more than
.Va N
bytes of stack space for their local variables.
Stack space used for other purposes (such as register window saving,
-callee-saved registers, outbound arguments storage, etc)
-is not taken in account for this check.
+callee-saved registers, outbound arguments storage, etc.)\&
+is not taken into account for this check.
.El
.Sh ATTRIBUTES
The