diff options
author | Karl Berry <karl@gnu.org> | 2006-06-17 23:22:05 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2006-06-17 23:22:05 +0000 |
commit | 2cec61bdd2886ccc3305e3dead687903485ddfeb (patch) | |
tree | e88f945560e060c601f0fa8ecdda2fa775ce0c80 | |
parent | 0b21df172fc73e0d127615d8b3cd59ec7e7de022 (diff) | |
download | gcc-2cec61bdd2886ccc3305e3dead687903485ddfeb.zip gcc-2cec61bdd2886ccc3305e3dead687903485ddfeb.tar.gz gcc-2cec61bdd2886ccc3305e3dead687903485ddfeb.tar.bz2 |
gfortran.texi (@dircategory): Use "Software development" instead of "Programming"...
* gfortran.texi (@dircategory): Use "Software development"
instead of "Programming", following the Free Software Directory.
From-SVN: r114744
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8ac4cef..dac857a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2006-06-17 Karl Berry <karl@gnu.org> + + * gfortran.texi (@dircategory): Use "Software development" + instead of "Programming", following the Free Software Directory. + 2006-06-16 Francois-Xavier Coudert <coudert@clipper.ens.fr> PR fortran/27965 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 260e76f..461eb2a 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -61,7 +61,7 @@ texts being (a) (see below), and with the Back-Cover Texts being (b) @end copying @ifinfo -@dircategory Programming +@dircategory Software development @direntry * gfortran: (gfortran). The GNU Fortran 95 Compiler. @end direntry |