This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug manual/13153] New: Some variables needed by the manual are not up-to-date


http://sourceware.org/bugzilla/show_bug.cgi?id=13153

             Bug #: 13153
           Summary: Some variables needed by the manual are not up-to-date
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: manual
        AssignedTo: roland@gnu.org
        ReportedBy: christophe.jarry@ouvaton.org
    Classification: Unclassified


>From http://www.gnu.org/software/libc/manual/html_node/index.html#Top, I read:

    This is Edition 0.12, last updated 2007-10-27, of The GNU C Library
Reference
    Manual, for Version 2.8 of the GNU C Library.

But http://www.gnu.org/software/libc/manual/ reads:

    Last updated June 6, 2011, for glibc 2.14.

The problem comes from inside manual/libc.texinfo in which we have:

    @set EDITION 0.12
    @set VERSION 2.8
    @set UPDATED 2007-10-27
    @set ISBN 1-882114-55-8

    @copying
    This file documents the GNU C library.

    This is Edition @value{EDITION}, last updated @value{UPDATED},
    of @cite{The GNU C Library Reference Manual}, for version @value{VERSION}.

Please update libc.texinfo with:

    @set VERSION 2.15
    @set UPDATED 2011-06-06

according to
http://sourceware.org/git/?p=glibc.git;a=history;f=manual/libc.texinfo;h=9aa8f01b45d27b9ec757b0ea7d613bd02d3c703a;hb=HEAD.
Other variables EDITION and ISBN may require update as well.

Christophe

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]