diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-06-24 08:28:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-06-24 08:28:38 +0000 |
commit | 60cd1276f95e0d947f12adef4c81b81ab99fc305 (patch) | |
tree | 437a1afd38de455f7a26665524dc4945d5a8597c /share | |
parent | bafc68c2c3cd5b53638098ab8bf49eee51bc97ba (diff) |
tweak previous (sorry matthieu, i should have spotted this earlier);
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/gcc-local.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 9f83d75e0f2..0d95a5921e5 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.29 2012/06/23 23:14:15 matthieu Exp $ +.\" $OpenBSD: gcc-local.1,v 1.30 2012/06/24 08:28:37 jmc Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 23 2012 $ +.Dd $Mdocdate: June 24 2012 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -244,10 +244,11 @@ This is used to allow annotations in macros for lint. .It The warning option -.Fl Wsystem-headers +.Fl Wsystem-headers , which makes .Nm gcc -report warnings in systems headers is enabled by default. +report warnings in systems headers, +is enabled by default. .It .Nm gcc supports two extra warning options: |