diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/gcc-local.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 11f4c836f6e..7627904f514 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.1 2004/01/31 22:14:49 espie Exp $ +.\" $OpenBSD: gcc-local.1,v 1.2 2004/04/23 22:25:04 avsm Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -295,5 +295,5 @@ flag only works with statically allocated fixed-size buffers. Since it is applied at compile-time, dynamically allocated memory buffers and non-constant arguments are ignored. .Sh BUGS -The sentinel and bounded attributes are not yet fully implemented for +The sentinel attribute is not yet fully implemented for .Nm gcc 3.3.2. |