summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2005-01-18 03:37:47 +0000
committerDavid Krause <david@cvs.openbsd.org>2005-01-18 03:37:47 +0000
commit5cc29ca4dccd015d3f6305a0e0fbc2623c252fb9 (patch)
treec0de15b543631d7172a115de04469541df358dbe
parentfcb199a020e686cb81be627a02b8ac96de4e5d72 (diff)
sentinel is now implemented in gcc 3.3.5; ok miod@
-rw-r--r--share/man/man1/gcc-local.17
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1
index 6063b7728e2..e5e88093075 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.8 2005/01/11 09:16:33 jmc Exp $
+.\" $OpenBSD: gcc-local.1,v 1.9 2005/01/18 03:37:46 david Exp $
.\"
.\" Copyright (c) 2002 Marc Espie
.\" Copyright (c) 2003 Anil Madhavapeddy
@@ -316,8 +316,3 @@ The
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
-.Dv __sentinel__
-attribute is not yet fully implemented for
-.Nm gcc 3.3.5 .