diff -Nru glibc-2.4.orig/manual/arith.texi glibc-2.4/manual/arith.texi
--- glibc-2.4.orig/manual/arith.texi	2004-10-06 05:02:14.000000000 +0200
+++ glibc-2.4/manual/arith.texi	2006-06-09 13:14:46.000000000 +0200
@@ -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}.
diff -Nru glibc-2.4.orig/manual/errno.texi glibc-2.4/manual/errno.texi
--- glibc-2.4.orig/manual/errno.texi	2005-12-24 21:21:03.000000000 +0100
+++ glibc-2.4/manual/errno.texi	2006-06-09 13:14:46.000000000 +0200
@@ -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
diff -Nru glibc-2.4.orig/manual/sysinfo.texi glibc-2.4/manual/sysinfo.texi
--- glibc-2.4.orig/manual/sysinfo.texi	2003-11-29 07:38:43.000000000 +0100
+++ glibc-2.4/manual/sysinfo.texi	2006-06-09 13:14:46.000000000 +0200
@@ -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,
