Blame SOURCES/glibc-fedora-manual-dircategory.patch

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