diff options
author | obrien <obrien@FreeBSD.org> | 2004-11-11 07:45:01 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-11-11 07:45:01 +0000 |
commit | 03d18c4236f81c6a89588dd0d97aebc2c58e3c55 (patch) | |
tree | 4980f7ef5994dbb31aecbf95093f06241d156c50 /contrib | |
parent | 08094f6af881812cdbce53499346ac4546c5ee03 (diff) | |
download | FreeBSD-src-03d18c4236f81c6a89588dd0d97aebc2c58e3c55.zip FreeBSD-src-03d18c4236f81c6a89588dd0d97aebc2c58e3c55.tar.gz |
Don't attempt to claim what version of GCC we're documenting. The manpage
is still mostly the GCC 2.95 one, with faint attempts by me over the years
to document a few new switches. Thus, it is dubious to claim documentation
of specific modern GCC versions.
Noted by: delphij
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/gcc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1 index 857c588..b27aad3 100644 --- a/contrib/gcc/gcc.1 +++ b/contrib/gcc/gcc.1 @@ -24,7 +24,7 @@ .Id $Id: gcc.1,v 1.9 1998/12/16 20:55:57 law Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME -gcc, g++ \- GNU project C and C++ Compiler (gcc-3.2.1) +gcc, g++ \- GNU project C and C++ Compiler .SH SYNOPSIS .B gcc .RI "[ " option " | " filename " ].\|.\|." |