diff options
author | brueffer <brueffer@FreeBSD.org> | 2015-07-20 14:40:34 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2015-07-20 14:40:34 +0000 |
commit | 332926e6639b72e5ef5e4d610e804ebcf9415ed2 (patch) | |
tree | 7d6b098840467ead2357bfc968fe1eaed43caa9f /usr.bin/c99 | |
parent | 91cc8a35f0076b04fa8ffb8a4bf926daa6055586 (diff) | |
download | FreeBSD-src-332926e6639b72e5ef5e4d610e804ebcf9415ed2.zip FreeBSD-src-332926e6639b72e5ef5e4d610e804ebcf9415ed2.tar.gz |
MFC: r285457
Don't claim c99 is a wrapper around gcc; it's a wrapper around the system
cc.
PR: 201303
Submitted by: Bruce Cran
Approved by: re (gjb)
Diffstat (limited to 'usr.bin/c99')
-rw-r--r-- | usr.bin/c99/c99.1 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.bin/c99/c99.1 b/usr.bin/c99/c99.1 index 3686495..c993397 100644 --- a/usr.bin/c99/c99.1 +++ b/usr.bin/c99/c99.1 @@ -26,7 +26,7 @@ .\" From FreeBSD: src/usr.bin/c89/c89.1,v 1.11 2007/03/10 07:10:01 ru Exp .\" $FreeBSD$ .\" -.Dd June 17, 2010 +.Dd July 13, 2015 .Dt C99 1 .Os .Sh NAME @@ -188,12 +188,3 @@ The .Nm utility interface conforms to .St -p1003.1-2001 . -Since it is a wrapper around -.Tn GCC , -it is limited to the -.Tn C99 -features that -.Tn GCC -actually implements. -See -.Pa http://gcc.gnu.org/gcc-4.2/c99status.html . |