aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-12-18 15:27:48 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-12-18 15:27:48 +0000
commit505ca70a652ac4ded51c11a6531baffb425d9c9a (patch)
tree09292ee9f56f721c915703ec2ff6d7313a3a122a /contrib
parentcfbe5d01ee1fbd7c9c63d0d321acc789902fbd0d (diff)
downloadsrc-505ca70a652ac4ded51c11a6531baffb425d9c9a.tar.gz
src-505ca70a652ac4ded51c11a6531baffb425d9c9a.zip
gcc: add Apple compatible -Wnewline-eof
Fix document: "Apple compatible" suits better the origin. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=259558
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/doc/invoke.texi b/contrib/gcc/doc/invoke.texi
index ed42d6f58a64..4549e22a4ddb 100644
--- a/contrib/gcc/doc/invoke.texi
+++ b/contrib/gcc/doc/invoke.texi
@@ -2087,7 +2087,7 @@ Inhibit warning messages about the use of @samp{#import}.
@c APPLE LOCAL begin -Wnewline-eof 2001-08-23 --sts **
@item -Wnewline-eof
@opindex Wnewline-eof
-Warn about files missing a newline at the end of the file. (FreeBSD ONLY)
+Warn about files missing a newline at the end of the file. (Apple compatible)
@c APPLE LOCAL end -Wnewline-eof 2001-08-23 --sts **
@item -Wchar-subscripts