diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-04 10:51:22 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-04 10:51:22 +0000 |
commit | 10ae67c65749796486193dae61f34f4fb796d539 (patch) | |
tree | ca25f0d92fdb64c3267f827c88ceba7f5ea2a976 /gcc/ada | |
parent | 160e7b949d290ff4262906b5bc1ed7736f4167a4 (diff) | |
download | gcc-10ae67c65749796486193dae61f34f4fb796d539.tar.gz |
* gnat_ugn.texi: Fix texi errors with null variables.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92892 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 12 |
2 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 3950453cac0..68d377d2118 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2005-01-04 Arnaud Charlet <charlet@adacore.com> + + * gnat_ugn.texi: Fix texi errors with null variables. + 2005-01-03 Thomas Quinot <quinot@adacore.com> * gen-soccon.c: New utility program to generate g-soccon.ads diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 0fa31b94436..93f221345d4 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -7,7 +7,7 @@ @c o @c G N A T _ U G N o @c o -@c Copyright (C) 1992-2004 Ada Core Technologies, Inc. o +@c Copyright (C) 1992-2005 Ada Core Technologies, Inc. o @c o @c GNAT is free software; you can redistribute it and/or modify it under o @c terms of the GNU General Public License as published by the Free Soft- o @@ -111,14 +111,14 @@ @c %**end of header @copying -Copyright @copyright{} 1995-2004, Free Software Foundation +Copyright @copyright{} 1995-2005, Free Software Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU Free Documentation License'', with the Front-Cover Texts being -``GNAT User's Guide for Native Platforms / @value{PLATFORM}'', +``@value{EDITION} User's Guide'', and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @@ -127,12 +127,14 @@ A copy of the license is included in the section entitled @titlepage @title @value{EDITION} User's Guide -@c @center @titlefont{for Native Platforms} -@sp 1 +@ifset vms +@sp 1 @flushright @titlefont{@i{@value{PLATFORM}}} @end flushright +@end ifset + @sp 2 @subtitle GNAT, The GNU Ada 95 Compiler |