[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2707 - in glibc-doc-reference/trunk: debian manual



Author: aurel32
Date: 2007-11-27 00:05:44 +0000 (Tue, 27 Nov 2007)
New Revision: 2707

Modified:
   glibc-doc-reference/trunk/debian/changelog
   glibc-doc-reference/trunk/manual/errno.texi
   glibc-doc-reference/trunk/manual/libc.texinfo
   glibc-doc-reference/trunk/manual/signal.texi
   glibc-doc-reference/trunk/manual/stdio.texi
Log:
  * New upstream version. 



Modified: glibc-doc-reference/trunk/debian/changelog
===================================================================
--- glibc-doc-reference/trunk/debian/changelog	2007-11-26 23:57:00 UTC (rev 2706)
+++ glibc-doc-reference/trunk/debian/changelog	2007-11-27 00:05:44 UTC (rev 2707)
@@ -1,3 +1,9 @@
+glibc-doc-reference (2.7-1) unstable; urgency=low
+
+  * New upstream version. 
+
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 27 Nov 2007 01:05:16 +0100
+
 glibc-doc-reference (2.6.1-1) unstable; urgency=low
 
   * New upstream version.

Modified: glibc-doc-reference/trunk/manual/errno.texi
===================================================================
--- glibc-doc-reference/trunk/manual/errno.texi	2007-11-26 23:57:00 UTC (rev 2706)
+++ glibc-doc-reference/trunk/manual/errno.texi	2007-11-27 00:05:44 UTC (rev 2707)
@@ -984,7 +984,7 @@
 @comment errno.h
 @comment POSIX.1: Operation canceled
 @deftypevr Macro int ECANCELED
-@comment errno 118
+@comment errno 119
 Operation canceled; an asynchronous operation was canceled before it
 completed.  @xref{Asynchronous I/O}.  When you call @code{aio_cancel},
 the normal result is for the operations affected to complete with this

Modified: glibc-doc-reference/trunk/manual/libc.texinfo
===================================================================
--- glibc-doc-reference/trunk/manual/libc.texinfo	2007-11-26 23:57:00 UTC (rev 2706)
+++ glibc-doc-reference/trunk/manual/libc.texinfo	2007-11-27 00:05:44 UTC (rev 2707)
@@ -2,10 +2,10 @@
 @comment %**start of header (This is for running Texinfo on a region.)
 @setfilename libc.info
 @settitle The GNU C Library
-@setchapternewpage odd
+@c setchapternewpage odd
 
 @comment Tell install-info what to do.
-@dircategory GNU libraries
+@dircategory Software libraries
 @direntry
 * Libc: (libc).                 C library.
 @end direntry
@@ -18,40 +18,34 @@
 @comment %**end of header (This is for running Texinfo on a region.)
 
 @c sold 0.06/1.09, print run out 21may96
-@set EDITION 0.10
-@set VERSION 2.3.x
-@set UPDATED 2001-07-06
+@set EDITION 0.11
+@set VERSION 2.6
+@set UPDATED 2006-12-03
 @set ISBN 1-882114-55-8
 
-@ifnottex
+@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}.
+of @cite{The GNU C Library Reference Manual}, for version @value{VERSION}.
 
-Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
+2003, 2007 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
+under the terms of the GNU Free Documentation License, Version 1.2 or
 any later version published by the Free Software Foundation; with the
-Invariant Sections being "Free Software Needs Free Documentation" and
-"GNU Lesser General Public License", the Front-Cover texts being (a)
-(see below), and with the Back-Cover Texts being (b) (see below).  A
+Invariant Sections being ``Free Software Needs Free Documentation''
+and ``GNU Lesser General Public License'', the Front-Cover texts being
+``A GNU Manual'', and with the Back-Cover Texts as in (a) below.  A
 copy of the license is included in the section entitled "GNU Free
 Documentation License".
 
+(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
+this GNU Manual. Buying copies from GNU Press supports the FSF in
+developing GNU and promoting software freedom.''
+@end copying
 
-(a) The FSF's Front-Cover Text is:
-
-     A GNU Manual
-
-(b) The FSF's Back-Cover Text is:
-
-     You have freedom to copy and modify this GNU Manual, like GNU
-     software.  Copies published by the Free Software Foundation raise
-     funds for GNU development.
-@end ifnottex
-
 @iftex
 @shorttitlepage The GNU C Library Reference Manual
 @end iftex
@@ -71,38 +65,23 @@
 @center for version @value{VERSION}
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002 Free Software Foundation, Inc.
+@insertcopying
+
 @sp 2
 Published by the Free Software Foundation @*
 59 Temple Place -- Suite 330, @*
 Boston, MA 02111-1307 USA @*
-ISBN @value{ISBN} @*
+@c ISBN @value{ISBN} @*
 
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.1 or
-any later version published by the Free Software Foundation; with the
-Invariant Sections being "Free Software Needs Free Documentation" and
-"GNU Lesser General Public License", the Front-Cover texts being (a)
-(see below), and with the Back-Cover Texts being (b) (see below).  A
-copy of the license is included in the section entitled "GNU Free
-Documentation License".
-
-(a) The FSF's Front-Cover Text is:
-
-     A GNU Manual
-
-(b) The FSF's Back-Cover Text is:
-
-     You have freedom to copy and modify this GNU Manual, like GNU
-     software.  Copies published by the Free Software Foundation raise
-     funds for GNU development.
-
+@sp 2
 Cover art for the Free Software Foundation's printed edition
 by Etienne Suvasa.
 
 @end titlepage
-@page
 
+@shortcontents
+@contents
+
 @ifnottex
 @node Top, Introduction, (dir), (dir)
 @top Main Menu
@@ -150,6 +129,4 @@
 @printindex pg
 
 
-@shortcontents
-@contents
 @bye

Modified: glibc-doc-reference/trunk/manual/signal.texi
===================================================================
--- glibc-doc-reference/trunk/manual/signal.texi	2007-11-26 23:57:00 UTC (rev 2706)
+++ glibc-doc-reference/trunk/manual/signal.texi	2007-11-27 00:05:44 UTC (rev 2707)
@@ -1966,7 +1966,7 @@
 #include <signal.h>
 #include <stdio.h>
 
-struct two_words @{ int a, b; @} memory;
+volatile struct two_words @{ int a, b; @} memory;
 
 void
 handler(int signum)
@@ -2317,7 +2317,7 @@
 You do not have the privilege to send a signal to the process or any of
 the processes in the process group named by @var{pid}.
 
-@item ESCRH
+@item ESRCH
 The @var{pid} argument does not refer to an existing process or group.
 @end table
 @end deftypefun

Modified: glibc-doc-reference/trunk/manual/stdio.texi
===================================================================
--- glibc-doc-reference/trunk/manual/stdio.texi	2007-11-26 23:57:00 UTC (rev 2706)
+++ glibc-doc-reference/trunk/manual/stdio.texi	2007-11-27 00:05:44 UTC (rev 2707)
@@ -2456,9 +2456,8 @@
 @end smallexample
 
 @noindent
-@xref{Macro Varargs, , Macros with Variable Numbers of Arguments,
-gcc.info, Using GNU CC}, for details.  But this is limited to macros,
-and does not apply to real functions at all.
+@xref{Variadic Macros,,, cpp, The C preprocessor}, for details.
+But this is limited to macros, and does not apply to real functions at all.
 
 Before calling @code{vprintf} or the other functions listed in this
 section, you @emph{must} call @code{va_start} (@pxref{Variadic



Reply to: