summaryrefslogtreecommitdiff
path: root/doc/standards.texi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-09 07:23:53 -0800
committerKarl Berry <karl@freefriends.org>2013-03-09 07:23:53 -0800
commitc2e12dbcd11e903ab907f72c9d1b98053c75f515 (patch)
treec056613ccdac37d16deed8f7405b275b254c6e30 /doc/standards.texi
parent068a8246f0e583a5f0a6943ac2db1a437136a998 (diff)
downloadgnulib-c2e12dbcd11e903ab907f72c9d1b98053c75f515.tar.gz
autoupdate
Diffstat (limited to 'doc/standards.texi')
-rw-r--r--doc/standards.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/standards.texi b/doc/standards.texi
index fec548b35d..dc1627f7d6 100644
--- a/doc/standards.texi
+++ b/doc/standards.texi
@@ -3,7 +3,7 @@
@setfilename standards.info
@settitle GNU Coding Standards
@c This date is automagically updated when you save this file:
-@set lastupdate February 13, 2013
+@set lastupdate March 8, 2013
@c %**end of header
@dircategory GNU organization
@@ -3373,13 +3373,13 @@ are purely tutorial and cover the basics of the subject. These provide
the framework for a beginner to understand the rest of the manual. The
Bison manual provides a good example of how to do this.
-To serve as a reference, a manual should have an Index that list all the
-functions, variables, options, and important concepts that are part of
-the program. One combined Index should do for a short manual, but
-sometimes for a complex package it is better to use multiple indices.
-The Texinfo manual includes advice on preparing good index entries, see
-@ref{Index Entries, , Making Index Entries, texinfo, GNU Texinfo}, and
-see @ref{Indexing Commands, , Defining the Entries of an
+To serve as a reference, a manual should have an Index that lists all
+the functions, variables, options, and important concepts that are
+part of the program. One combined Index should do for a short manual,
+but sometimes for a complex package it is better to use multiple
+indices. The Texinfo manual includes advice on preparing good index
+entries, see @ref{Index Entries, , Making Index Entries, texinfo, GNU
+Texinfo}, and see @ref{Indexing Commands, , Defining the Entries of an
Index, texinfo, GNU Texinfo}.
Don't use Unix man pages as a model for how to write GNU documentation;