sysinfo.2: Remove reference to obsolete libc5

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-05 11:56:52 +12:00
parent 2606a2b068
commit 8a2384a440
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
.\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier <nick@debian.org>
.\"
.TH SYSINFO 2 2007-11-15 "Linux" "Linux Programmer's Manual"
.TH SYSINFO 2 2012-05-05 "Linux" "Linux Programmer's Manual"
.SH NAME
sysinfo \- returns information on overall system statistics
.SH SYNOPSIS
@ -60,7 +60,7 @@ struct sysinfo {
unsigned long totalhigh; /* Total high memory size */
unsigned long freehigh; /* Available high memory size */
unsigned int mem_unit; /* Memory unit size in bytes */
char _f[20\-2*sizeof(long)\-sizeof(int)]; /* Padding for libc5 */
char _f[20\-2*sizeof(long)\-sizeof(int)]; /* Padding to 64 bytes */
};
.in
.fi