summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2004-04-23 22:25:05 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2004-04-23 22:25:05 +0000
commitb681705397788886787e556cf81262ccb7cd53be (patch)
treee553e043dd9b0a1fc06519743fff0ab63e471990 /share
parent2655e65590bb7db229ad0d080766eee46b2cc842 (diff)
remove note about bounded attribute not being implemented in gcc3
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/gcc-local.14
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.