From 8a2384a4406131d345056bdbb5c06db99cdd173c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 5 May 2012 11:56:52 +1200 Subject: [PATCH] sysinfo.2: Remove reference to obsolete libc5 Signed-off-by: Michael Kerrisk --- man2/sysinfo.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/sysinfo.2 b/man2/sysinfo.2 index bf9b94967..9083996f0 100644 --- a/man2/sysinfo.2 +++ b/man2/sysinfo.2 @@ -11,7 +11,7 @@ .\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond .\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier .\" -.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