about summary refs log tree commit diff
path: root/manual/sysinfo.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2007-10-22 05:00:46 +0000
committerAndreas Jaeger <aj@suse.de>2007-10-22 05:00:46 +0000
commit9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73 (patch)
tree97b384ccaea68f01d81dd0c7727209413e645458 /manual/sysinfo.texi
parent260b2e06c2f5a7457d2518aaba51b467c877a7fc (diff)
downloadglibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.tar.gz
glibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.tar.xz
glibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.zip
* 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-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.
Diffstat (limited to 'manual/sysinfo.texi')
-rw-r--r--manual/sysinfo.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi
index 8f2dd451be..293e4181d1 100644
--- a/manual/sysinfo.texi
+++ b/manual/sysinfo.texi
@@ -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,