This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[DOCPATCH] 3.3, Adjust fdl to fix nicely the page.


Hi,

 The fdl in the gcc sources does not fit nicely onto paper,
this patch adjust thes.

James A. Morrison

2003-04-17  James A Morrison  <ja2morri at uwaterloo dot ca>

	*  fdl.texi: Remove extra spacing from the begining of the
	examples.

Index: include/fdl.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/include/fdl.texi,v
retrieving revision 1.4.36.1
diff -u -r1.4.36.1 fdl.texi
--- include/fdl.texi	4 Feb 2003 01:55:38 -0000	1.4.36.1
+++ include/fdl.texi	17 Apr 2003 02:33:10 -0000
@@ -446,13 +446,13 @@
 
 @smallexample
 @group
-  Copyright (C)  @var{year}  @var{your name}.
-  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 no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-  A copy of the license is included in the section entitled ``GNU
-  Free Documentation License''.
+Copyright (C)  @var{year}  @var{your name}.
+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 no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+A copy of the license is included in the section entitled ``GNU
+Free Documentation License''.
 @end group
 @end smallexample
 
@@ -461,9 +461,9 @@
 
 @smallexample
 @group
-    with the Invariant Sections being @var{list their titles}, with
-    the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
-    being @var{list}.
+  with the Invariant Sections being @var{list their titles}, with
+  the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
+  being @var{list}.
 @end group
 @end smallexample
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]