From: Simon Josefsson Date: Thu, 23 Apr 2009 21:45:16 +0000 (+0200) Subject: Improve texinfo section names. X-Git-Tag: gnutls_2_7_8~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfb9f7998ba008cc2d99195c2012d568052cbb81;p=thirdparty%2Fgnutls.git Improve texinfo section names. --- diff --git a/NEWS b/NEWS index d376510940..1b7478f805 100644 --- 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. diff --git a/doc/gnutls.texi b/doc/gnutls.texi index bd2f2e7d2f..f8fad0e40e 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -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.