diff options
author | Andreas Jaeger <aj@suse.de> | 2007-10-22 05:03:58 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2007-10-22 05:03:58 +0000 |
commit | e976d091a67fd6b6fca7271aec9e8e398063467f (patch) | |
tree | 08a1de93127156ff6dc2a369396e600a76b8e8ac /manual/sysinfo.texi | |
parent | ed13ccf1f789aecf1bbdabd4f9f7ff5af085278e (diff) | |
download | glibc-cvs/glibc-2_7-branch.zip glibc-cvs/glibc-2_7-branch.tar.gz glibc-cvs/glibc-2_7-branch.tar.bz2 |
* manual/texinfo.tex: Update to latest version.cvs/glibc-2_7-branch
* 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.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi index 8f2dd45..293e418 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, |