diff --git a/man2/statfs.2 b/man2/statfs.2 index ea2f08549..ebbe2d572 100644 --- a/man2/statfs.2 +++ b/man2/statfs.2 @@ -23,7 +23,7 @@ .\" Modified 2003-08-17 by Walter Harms .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH STATFS 2 2010-06-13 "Linux" "Linux Programmer's Manual" +.TH STATFS 2 2010-09-04 "Linux" "Linux Programmer's Manual" .SH NAME statfs, fstatfs \- get file system statistics .SH SYNOPSIS @@ -46,7 +46,7 @@ structure defined approximately as follows: .in +4n .nf #if __WORDSIZE == 32 /* System word size */ -# define __UWORD_TYPE unsigned int +# define __SWORD_TYPE int #else /* __WORDSIZE == 64 */ # define __SWORD_TYPE long int #endif