mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 10:50:07 +00:00
* manual/texinfo.tex: Update to latest version.
* manual/sysinfo.texi (System Parameters): Fix Formatting. * manual/arith.texi (Status bit operations): Fix formatting. * manual/errno.texi (Error Messages): Fix formatting. * manual/sysinfo.texi (System Parameters): Fix formatting. * manual/libc.texinfo: Update VERSION and UPDATED.
This commit is contained in:
parent
ed13ccf1f7
commit
e976d091a6
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
2007-10-21 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* manual/texinfo.tex: Update to latest version.
|
||||
|
||||
* manual/sysinfo.texi (System Parameters): Fix Formatting.
|
||||
|
||||
* manual/arith.texi (Status bit operations): Fix formatting.
|
||||
|
||||
* manual/errno.texi (Error Messages): Fix formatting.
|
||||
|
||||
* manual/sysinfo.texi (System Parameters): Fix formatting.
|
||||
|
||||
* manual/libc.texinfo: Update VERSION and UPDATED.
|
||||
|
||||
2007-10-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add
|
||||
|
@ -778,8 +778,7 @@ non-zero value otherwise.
|
||||
|
||||
@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}.
|
||||
|
@ -1494,7 +1494,7 @@ can be customized by defining a variable named
|
||||
|
||||
@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
|
||||
|
@ -19,8 +19,8 @@
|
||||
|
||||
@c sold 0.06/1.09, print run out 21may96
|
||||
@set EDITION 0.11
|
||||
@set VERSION 2.6
|
||||
@set UPDATED 2006-12-03
|
||||
@set VERSION 2.7
|
||||
@set UPDATED 2007-09-09
|
||||
@set ISBN 1-882114-55-8
|
||||
|
||||
@copying
|
||||
|
@ -1066,8 +1066,7 @@ The symbols used in this section are declared in the file @file{sysctl.h}.
|
||||
|
||||
@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,
|
||||
|
1180
manual/texinfo.tex
1180
manual/texinfo.tex
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user