]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Improve texinfo section names.
authorSimon Josefsson <simon@josefsson.org>
Thu, 23 Apr 2009 21:45:16 +0000 (23:45 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 23 Apr 2009 21:45:16 +0000 (23:45 +0200)
NEWS
doc/gnutls.texi

diff --git a/NEWS b/NEWS
index d3765109405ca42de0c7cbfb87e518610d79ccc4..1b7478f805505feb0088c69051cee1463e3d3036 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,13 @@ an improvement compared to before.  This is implemented using Libtool
 ** libgnutls: Incremented CURRENT/AGE libtool version to reflect new symbols.
 This should have been done in the last release.
 
+** doc: Improved sections for the info manual.
+We now follow the advice given by the texinfo manual on which
+directory categories to use.  In particular, libgnutls moved from the
+'GNU Libraries' section to the 'Software libraries' and the command
+line tools moved from 'Network Applications' to 'System
+Administration'.
+
 ** API and ABI modifications:
 No changes since last version.
 
index bd2f2e7d2faf272ea468143f838a03de03275122..f8fad0e40e4013577b5a5db59cba416038457452 100644 (file)
@@ -30,14 +30,13 @@ Documentation License''.
 @end quotation
 @end copying
 
-@dircategory GNU Libraries
+@dircategory Software libraries
 @direntry
-* libgnutls: (gnutls).         A Transport Layer Security Library.
+* GnuTLS: (gnutls).            GNU Transport Layer Security Library.
 @end direntry
 
-@dircategory Network Applications
+@dircategory System Administration
 @direntry
-* GnuTLS: (gnutls).                    Package for Transport Layer Security.
 * certtool: (gnutls)Invoking certtool. Manipulate certificates and keys.
 * gnutls-serv: (gnutls)Invoking gnutls-serv.   GNU TLS test server.
 * gnutls-cli: (gnutls)Invoking gnutls-cli.     GNU TLS test client.