bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/6] doc: display version of the GNU findutils on the title page


From: Bernhard Voelker
Subject: [PATCH 6/6] doc: display version of the GNU findutils on the title page
Date: Fri, 14 Aug 2020 00:20:20 +0200

The first page of the Texinfo documentation should display the package
version the documentation corresponds to.  Also change the title
from "Finding Files" to "GNU Findutils ..." to better reflect the
package name.  These changes align the documentation better with
that of other GNU packages like e.g. grep.

* doc/find.texi: Do the above.  Furthermore, display the VERSION also
in the first sentence after the @direntry list.
While at it, enclose the FDL licence text in a @quotation block.
* doc/find-maint.texi: Likewise.
---
 doc/find-maint.texi | 26 +++++++++++++-------------
 doc/find.texi       | 22 +++++++++-------------
 2 files changed, 22 insertions(+), 26 deletions(-)

diff --git a/doc/find-maint.texi b/doc/find-maint.texi
index 366e9c2b..7a97ed01 100644
--- a/doc/find-maint.texi
+++ b/doc/find-maint.texi
@@ -1,13 +1,13 @@
 \input texinfo @c -*-texinfo-*-
 @c %**start of header
 @setfilename find-maint.info
-@settitle Maintaining Findutils
+@include versionmaint.texi
+
+@settitle Maintaining GNU Findutils @value{VERSION}
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c %**end of header
 
-@include versionmaint.texi
-
 @iftex
 @finalout
 @end iftex
@@ -21,23 +21,23 @@
 This manual explains how GNU findutils is maintained, how changes should
 be made and tested, and what resources exist to help developers.
 
-This is edition @value{EDITION}, for findutils version @value{VERSION}.
+This document corresponds to version @value{VERSION} of the GNU findutils.
 
 Copyright @copyright{} 2007-2020 Free Software Foundation, Inc.
 
+@quotation
 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.3
-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''.
+under the terms of the GNU Free Documentation License, Version 1.3 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 quotation
 @end copying
 
 @titlepage
-@title Maintaining Findutils
-@subtitle Edition @value{EDITION}, for GNU findutils version @value{VERSION}
-@subtitle @value{UPDATED}
+@title Maintaining GNU Findutils
+@subtitle version @value{VERSION}, @value{UPDATED}
 @author by James Youngman
 
 @page
diff --git a/doc/find.texi b/doc/find.texi
index 34daf7c8..45b86fe2 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -1,12 +1,12 @@
 \input texinfo @c -*-texinfo-*-
 @c %**start of header
 @setfilename find.info
-@settitle Finding Files
+@include version.texi
+@settitle GNU Findutils @value{VERSION}
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c %**end of header
 
-@include version.texi
 @include dblocation.texi
 
 @iftex
@@ -27,24 +27,25 @@
 @end direntry
 
 @copying
-
-This file documents the GNU utilities for finding files that match
-certain criteria and performing various operations on them.
+This manual documents version @value{VERSION} of the GNU utilities for finding
+files that match certain criteria and performing various operations on them.
 
 Copyright @copyright{} 1994-2020 Free Software Foundation, Inc.
 
+@quotation
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 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 quotation
 @end copying
 
 @titlepage
-@title Finding Files
-@subtitle Edition @value{EDITION}, for GNU @code{find} version @value{VERSION}
-@subtitle @value{UPDATED}
+@title GNU Findutils
+@subtitle Finding files
+@subtitle version @value{VERSION}, @value{UPDATED}
 @author by David MacKenzie and James Youngman
 
 @page
@@ -59,11 +60,6 @@ A copy of the license is included in the section entitled
 @top GNU Findutils
 @comment  node-name,  next,  previous,  up
 @insertcopying
-
-This file documents the GNU utilities for finding files that match
-certain criteria and performing various actions on them.
-
-This is edition @value{EDITION}, for @code{find} version @value{VERSION}.
 @end ifnottex
 
 @c The master menu, created with texinfo-master-menu, goes here.
-- 
2.28.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]