s/filesystem/file system/

This commit is contained in:
Michael Kerrisk 2008-03-19 07:26:08 +00:00
parent bed47b47a7
commit 24d01c530c
47 changed files with 159 additions and 159 deletions

View File

@ -236,7 +236,7 @@ contains some random stuff such that the pair
.RI ( f_fsid , ino )
uniquely determines a file.
Some OSes use (a variation on) the device number, or the device number
combined with the filesystem type.
combined with the file-system type.
Several OSes restrict giving out the
.I f_fsid
field to the superuser only (and zero it for unprivileged users),

View File

@ -26,7 +26,7 @@
.\"
.TH GETDIRENTRIES 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.SH NAME
getdirentries \- get directory entries in a filesystem independent format
getdirentries \- get directory entries in a file system-independent format
.SH SYNOPSIS
.B #include <dirent.h>
.sp

View File

@ -47,7 +47,7 @@ The \fIstruct fstab\fP is defined by:
struct fstab {
char *fs_spec; /* block device name */
char *fs_file; /* mount point */
char *fs_vfstype; /* filesystem type */
char *fs_vfstype; /* file-sysem type */
char *fs_mntops; /* mount options */
const char *fs_type; /* rw/rq/ro/sw/xx option */
int fs_freq; /* dump frequency, in days */

View File

@ -25,7 +25,7 @@
.TH FILESYSTEMS 5 2007-12-14 "Linux" "Linux Programmer's Manual"
.nh
.SH NAME
filesystems \- Linux filesystem types: minix, ext, ext2, ext3, Reiserfs,
filesystems \- Linux file-system types: minix, ext, ext2, ext3, Reiserfs,
XFS, JFS, xia, msdos,
umsdos, vfat, proc, nfs, iso9660, hpfs, sysv, smb, ncpfs
.SH DESCRIPTION
@ -117,7 +117,7 @@ is an extended DOS filesystem used by Microsoft Windows95 and Windows NT.
VFAT adds the capability to use long filenames under the MSDOS file system.
.TP
.B proc
is a pseudo-filesystem which is used as an interface to kernel data
is a pseudo file system which is used as an interface to kernel data
structures rather than reading and interpreting
.IR /dev/kmem .
In particular, its files do not take disk space.
@ -133,7 +133,7 @@ Linux supports High Sierra, the precursor to the ISO 9660 standard for
CD-ROM file systems.
It is automatically recognized within the
.B iso9660
filesystem support under Linux.
file-system support under Linux.
.TP
.B "Rock Ridge"
Linux also supports the System Use Sharing Protocol records specified
@ -144,7 +144,7 @@ filesystem to a UNIX host, and provide information such as long
filenames, UID/GID, POSIX permissions, and devices.
It is automatically recognized within the
.B iso9660
filesystem support under Linux.
file-system support under Linux.
.RE
.TP
.B hpfs

View File

@ -682,7 +682,7 @@ loading the files onto a local filesystem).
A future URI scheme may be added (e.g., "userdoc:") to permit
programs to include cross-references to more detailed documentation
without having to know the exact location of that documentation.
Alternatively, a future version of the filesystem specification may
Alternatively, a future version of the file-system specification may
specify file locations sufficiently so that the file: scheme will
be able to locate documentation.
.PP