~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/statfs.2

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-11-11 16:51:09 UTC
  • mfrom: (1.1.44 upstream) (2.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20101111165109-3yiyen1axa1ju3s0
Tags: 3.26-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
.\" Modified 2003-08-17 by Walter Harms
24
24
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
25
25
.\"
26
 
.TH STATFS 2 2010-06-13 "Linux" "Linux Programmer's Manual"
 
26
.TH STATFS 2 2010-09-04 "Linux" "Linux Programmer's Manual"
27
27
.SH NAME
28
28
statfs, fstatfs \- get file system statistics
29
29
.SH SYNOPSIS
46
46
.in +4n
47
47
.nf
48
48
#if __WORDSIZE == 32            /* System word size */
49
 
# define __UWORD_TYPE           unsigned int
 
49
# define __SWORD_TYPE           int
50
50
#else /* __WORDSIZE == 64 */
51
51
# define __SWORD_TYPE           long int
52
52
#endif
263
263
.BR statvfs (2),
264
264
.BR path_resolution (7)
265
265
.SH COLOPHON
266
 
This page is part of release 3.25 of the Linux
 
266
This page is part of release 3.26 of the Linux
267
267
.I man-pages
268
268
project.
269
269
A description of the project,