[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to m4/doc/m4.texinfo [branch-1_4]
From: |
Gary V . Vaughan |
Subject: |
Changes to m4/doc/m4.texinfo [branch-1_4] |
Date: |
Wed, 09 Feb 2005 16:44:45 -0500 |
Index: m4/doc/m4.texinfo
diff -u m4/doc/m4.texinfo:1.1.1.1.2.1 m4/doc/m4.texinfo:1.1.1.1.2.2
--- m4/doc/m4.texinfo:1.1.1.1.2.1 Wed Jun 9 10:53:15 2004
+++ m4/doc/m4.texinfo Wed Feb 9 21:44:41 2005
@@ -1,7 +1,9 @@
-\input texinfo
+\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename m4.info
@settitle GNU macro processor
address@hidden For double-sided printing, uncomment:
address@hidden @setchapterpage odd
@finalout
@c %**end of header
@@ -14,16 +16,13 @@
@set Francois Fran\noexpand\ptexc cois
@end tex
address@hidden
address@hidden
-START-INFO-DIR-ENTRY
address@hidden GNU programming tools
address@hidden
* m4: (m4). A powerful macro processor.
-END-INFO-DIR-ENTRY
address@hidden format
address@hidden ifinfo
address@hidden direntry
address@hidden
-This file documents the GNU @code{m4} utility.
address@hidden
+This file documents GNU M4 @value{VERSION}.
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004 Free Software
Foundation, Inc.
@@ -48,17 +47,17 @@
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation approved
by the Foundation.
address@hidden ifinfo
address@hidden ifnottex
@titlepage
address@hidden GNU m4, version @value{VERSION}
address@hidden GNU M4, version @value{VERSION}
@subtitle A powerful macro processor
@subtitle Edition @value{EDITION}, @value{UPDATED}
@author by Ren@'e Seindal
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1989, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
+Copyright @copyright{} 1989, 1990, 1991, 1992, 1993, 1994, 2004 Free Software
Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -75,9 +74,9 @@
by the Foundation.
@end titlepage
address@hidden
address@hidden
@node Top, Preliminaries, (dir), (dir)
address@hidden GNU @code{m4}
address@hidden GNU M4
@c @item @address@hidden @value{hfillkludge} (UtilD, UtilT, SrcCD)
@c
@@ -134,6 +133,7 @@
* Concept index:: Index for many concepts
* Macro index:: Index for all m4 macros
address@hidden
--- The Detailed Node Listing ---
Introduction and preliminaries
@@ -237,9 +237,11 @@
* Extensions:: Extensions in GNU m4
* Incompatibilities:: Facilities in System V m4 not in GNU m4
* Other Incompat:: Other incompatibilities
+
address@hidden detailmenu
@end menu
address@hidden ifinfo
address@hidden ifnottex
@node Preliminaries, Syntax, Top, Top
@chapter Introduction and preliminaries
@@ -2612,7 +2614,7 @@
patsubst(`GNUs not Unix', `\w+', `(\&)')
@result{}(GNUs) (not) (Unix)
patsubst(`GNUs not Unix', `[A-Z][a-z]+')
address@hidden not
address@hidden not
@end example
Here is a slightly more realistic example, which capitalizes individual
@@ -3232,7 +3234,7 @@
@cindex compatibility
This chapter describes the differences between this implementation of
@code{m4}, and the implementation found under UNIX, notably System V,
-Release 3.
+Release 3.
There are also differences in BSD flavors of @code{m4}. No attempt
is made to summarize these here.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Changes to m4/doc/m4.texinfo [branch-1_4],
Gary V . Vaughan <=