X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman2%2Fustat.2;h=c091bfc8a5b0c3ba368b2b4763175a40d6689bbc;hb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;hp=ffd9ef1144efe3b1645b0ba14194d5f449babb60;hpb=73cdbcd8b7948c6010c7756d89d5c0445ecba990;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man2/ustat.2 b/original/man2/ustat.2 index ffd9ef11..c091bfc8 100644 --- a/original/man2/ustat.2 +++ b/original/man2/ustat.2 @@ -29,7 +29,7 @@ .\" .TH USTAT 2 2003-08-04 "Linux" "Linux Programmer's Manual" .SH NAME -ustat \- get file system statistics +ustat \- get filesystem statistics .SH SYNOPSIS .nf .B #include @@ -42,10 +42,10 @@ ustat \- get file system statistics .fi .SH DESCRIPTION .BR ustat () -returns information about a mounted file system. +returns information about a mounted filesystem. .I dev is a device number identifying a device containing -a mounted file system. +a mounted filesystem. .I ubuf is a pointer to a .I ustat @@ -84,10 +84,10 @@ points outside of your accessible address space. .TP .B EINVAL .I dev -does not refer to a device containing a mounted file system. +does not refer to a device containing a mounted filesystem. .TP .B ENOSYS -The mounted file system referenced by +The mounted filesystem referenced by .I dev does not support this operation, or any version of Linux before 1.3.16. @@ -108,13 +108,21 @@ structure has an additional field, .IR f_blksize , that is unknown elsewhere. HP-UX warns: -For some file systems, the number of free inodes does not change. -Such file systems will return \-1 in the field +For some filesystems, the number of free inodes does not change. +Such filesystems will return \-1 in the field .IR f_tinode . .\" Some software tries to use this in order to test whether the -.\" underlying file system is NFS. -For some file systems, inodes are dynamically allocated. -Such file systems will return the current number of free inodes. +.\" underlying filesystem is NFS. +For some filesystems, inodes are dynamically allocated. +Such filesystems will return the current number of free inodes. .SH SEE ALSO .BR stat (2), .BR statfs (2) +.SH COLOPHON +This page is part of release 3.65 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.