Skip to content

Commit

Permalink
* manual/texinfo.tex: Update to latest version.
Browse files Browse the repository at this point in the history
	* 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-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.
  • Loading branch information
Andreas Jaeger committed Oct 22, 2007
1 parent 260b2e0 commit 9251c56
Show file tree
Hide file tree
Showing 6 changed files with 817 additions and 373 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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-19 Roland McGrath <roland@redhat.com>

* elf/Makefile ($(objpfx)ld.so): Use $(AWK).
Expand Down
3 changes: 1 addition & 2 deletions manual/arith.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down
2 changes: 1 addition & 1 deletion manual/errno.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manual/libc.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions manual/sysinfo.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading

0 comments on commit 9251c56

Please sign in to comment.