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

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