statfs.2: Fix copy & paste error for __SWORD_TYPE definition

Signed-off-by: Michael Kerrisk <mtk@konstanz.(none)>
This commit is contained in:
Guillem Jover 2010-09-04 06:45:06 +02:00 committed by Michael Kerrisk
parent 64fb5aedb0
commit bb4260c01b
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
.\" Modified 2003-08-17 by Walter Harms
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.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