Deleted Added
full compact
33c33
< .\" $FreeBSD: head/lib/libc/sys/getfsstat.2 84306 2001-10-01 16:09:29Z ru $
---
> .\" $FreeBSD: head/lib/libc/sys/getfsstat.2 107788 2002-12-12 17:26:04Z ru $
40c40
< .Nd get list of all mounted filesystems
---
> .Nd get list of all mounted file systems
51c51
< returns information about all mounted filesystems.
---
> returns information about all mounted file systems.
76,77c76,77
< uid_t f_owner; /* user that mounted the filesystem */
< int f_type; /* type of filesystem (see below) */
---
> uid_t f_owner; /* user that mounted the file system */
> int f_type; /* type of file system (see below) */
82c82
< char f_mntfromname[MNAMELEN];/* mounted filesystem */
---
> char f_mntfromname[MNAMELEN];/* mounted file system */
89c89
< The filesystem is mounted read-only;
---
> The file system is mounted read-only;
92c92
< Files may not be executed from the filesystem.
---
> Files may not be executed from the file system.
96c96
< Special files in the filesystem may not be opened.
---
> Special files in the file system may not be opened.
98c98
< All I/O to the filesystem is done synchronously.
---
> All I/O to the file system is done synchronously.
100c100
< No filesystem I/O is done synchronously.
---
> No file system I/O is done synchronously.
102c102
< The filesystem resides locally.
---
> The file system resides locally.
104c104
< The filesystem has quotas enabled on it.
---
> The file system has quotas enabled on it.
106c106
< Identifies the root filesystem.
---
> Identifies the root file system.
108c108
< The filesystem is exported read-only.
---
> The file system is exported read-only.
110c110
< The filesystem is exported for both reading and writing.
---
> The file system is exported for both reading and writing.
112c112
< The filesystem is exported for both reading and writing to any Internet host.
---
> The file system is exported for both reading and writing to any Internet host.
114c114
< The filesystem maps all remote accesses to the anonymous user.
---
> The file system maps all remote accesses to the anonymous user.
116c116
< The filesystem is exported with Kerberos uid mapping.
---
> The file system is exported with Kerberos uid mapping.
119c119
< Fields that are undefined for a particular filesystem are set to -1.
---
> Fields that are undefined for a particular file system are set to -1.
122c122
< structures, one for each mounted filesystem
---
> structures, one for each mounted file system
130c130
< returns just the number of mounted filesystems.
---
> returns just the number of mounted file systems.
142c142
< an update from each filesystem.
---
> an update from each file system.
145c145
< will not block waiting for information from a filesystem that is
---
> will not block waiting for information from a file system that is
164c164
< error occurred while reading from or writing to the filesystem.
---
> error occurred while reading from or writing to the file system.