Fix for "make pdf"
Joseph S. Myers
joseph@codesourcery.com
Tue Jun 6 16:16:00 GMT 2006
texinfo.tex is picky about matching parentheses in @def*. This patch
allows "make pdf" to work again.
2006-06-06 Joseph S. Myers <joseph@codesourcery.com>
* manual/arith.texi (fesetexceptflag): Use single line for
@deftypefun.
* manual/sysinfo.texi (sysctl): Likewise.
* manual/errno.texi (error_print_progname): Remove space between
"error_print_progname" and ")".
Index: manual/arith.texi
===================================================================
RCS file: /cvs/glibc/libc/manual/arith.texi,v
retrieving revision 1.76
diff -u -r1.76 arith.texi
--- manual/arith.texi 6 Oct 2004 03:02:14 -0000 1.76
+++ manual/arith.texi 6 Jun 2006 14:32:05 -0000
@@ -778,8 +778,7 @@
@comment fenv.h
@comment ISO
-@deftypefun int fesetexceptflag (const fexcept_t *@var{flagp}, int
-@var{excepts})
+@deftypefun int fesetexceptflag (const fexcept_t *@var{flagp}, int @var{excepts})
This function restores the flags for the exceptions indicated by
@var{excepts} to the values stored in the variable pointed to by
@var{flagp}.
Index: manual/errno.texi
===================================================================
RCS file: /cvs/glibc/libc/manual/errno.texi,v
retrieving revision 1.71
diff -u -r1.71 errno.texi
--- manual/errno.texi 24 Dec 2005 20:21:03 -0000 1.71
+++ manual/errno.texi 6 Jun 2006 14:32:05 -0000
@@ -1494,7 +1494,7 @@
@comment error.h
@comment GNU
-@deftypevar {void (*} error_print_progname ) (void)
+@deftypevar {void (*} error_print_progname) (void)
If the @code{error_print_progname} variable is defined to a non-zero
value the function pointed to is called by @code{error} or
@code{error_at_line}. It is expected to print the program name or do
Index: manual/sysinfo.texi
===================================================================
RCS file: /cvs/glibc/libc/manual/sysinfo.texi,v
retrieving revision 1.41
diff -u -r1.41 sysinfo.texi
--- manual/sysinfo.texi 29 Nov 2003 06:38:43 -0000 1.41
+++ manual/sysinfo.texi 6 Jun 2006 14:32:05 -0000
@@ -1066,8 +1066,7 @@
@comment sysctl.h
@comment BSD
-@deftypefun int sysctl (int *@var{names}, int @var{nlen}, void *@var{oldval},
- size_t *@var{oldlenp}, void *@var{newval}, size_t @var{newlen})
+@deftypefun int sysctl (int *@var{names}, int @var{nlen}, void *@var{oldval}, size_t *@var{oldlenp}, void *@var{newval}, size_t @var{newlen})
@code{sysctl} gets or sets a specified system parameter. There are so
many of these parameters that it is not practical to list them all here,
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list