diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2016-03-14 03:01:49 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2016-03-14 03:01:49 +0000 |
commit | 4f8e5548629d5e953b4b290d8e033b7e9d6769d1 (patch) | |
tree | 965f84d3bc3324e0ecd72aa917c0285b5942a47c /share/man | |
parent | 38a71fada3cb85b89c5e1f83eaaf4ab2a63c202d (diff) |
Remove a reference to lint(1) in the description of the -CC option. The
option itself may go away sometime soon.
ok guenther@, deraadt@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man1/gcc-local.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 5b5e941d151..6c4916b9ea5 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.47 2015/12/23 08:42:42 bentley Exp $ +.\" $OpenBSD: gcc-local.1,v 1.48 2016/03/14 03:01:48 mmcc 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: December 23 2015 $ +.Dd $Mdocdate: March 14 2016 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -237,8 +237,6 @@ recognizes the preprocessor flag that lets comments in macros pass through to the output (except in .Fl traditional mode). -This is used to allow annotations in macros for -lint. .It The warning option .Fl Wsystem-headers , |