Carlos O'Donell 0e17ea2
Short description: Place glibc info into "Libraries" category.
Carlos O'Donell 0e17ea2
Author(s): Fedora glibc team <glibc@lists.fedoraproject.org>
Carlos O'Donell 0e17ea2
Origin: PATCH
Carlos O'Donell 0e17ea2
Upstream status: not-needed
Carlos O'Donell 0e17ea2
Carlos O'Donell 0e17ea2
The category names for libraries is completely random including
Carlos O'Donell 0e17ea2
"Libraries", "GNU Libraries", "GNU libraries", and "Software libraries."
Carlos O'Donell 0e17ea2
In the GNU info manual the "Software libraries" category is given as an
Carlos O'Donell 0e17ea2
example, but really we need to standardize on a category for upstream.
Carlos O'Donell 0e17ea2
I suggest we drop this change after some upstream discussion.
Carlos O'Donell 0e17ea2
fb633ea
From 4820b9175535e13df79ce816106016040014916e Mon Sep 17 00:00:00 2001
fb633ea
From: Jakub Jelinek <jakub@redhat.com>
fb633ea
Date: Fri, 3 Nov 2006 16:31:21 +0000
fb633ea
Subject: [PATCH] Change @dircategory.
fb633ea
fb633ea
---
fb633ea
 manual/libc.texinfo |    2 +-
fb633ea
 1 files changed, 1 insertions(+), 1 deletions(-)
fb633ea
fb633ea
--- a/manual/libc.texinfo
fb633ea
+++ b/manual/libc.texinfo
fb633ea
@@ -7,7 +7,7 @@
fb633ea
 @include macros.texi
fb633ea
 
fb633ea
 @comment Tell install-info what to do.
fb633ea
-@dircategory Software libraries
fb633ea
+@dircategory Libraries
fb633ea
 @direntry
fb633ea
 * Libc: (libc).                 C library.
fb633ea
 @end direntry