cpuset.7, initrd.7, pipe.7, symlink.2: wfix: make "filesystem" one word

More s/file system/filesystem/ but multiline (see 9ee4a2b6)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Simon Paillard 2013-09-10 01:14:19 +02:00 committed by Michael Kerrisk
parent 1a7d4eb74c
commit 28955f1570
4 changed files with 8 additions and 8 deletions

View File

@ -99,8 +99,8 @@ did not allow search permission.
.TP .TP
.B EDQUOT .B EDQUOT
The user's quota of resources on the filesystem has been exhausted. The user's quota of resources on the filesystem has been exhausted.
The resources could be inodes or disk blocks, depending on the file The resources could be inodes or disk blocks, depending on the filesystem
system implementation. implementation.
.TP .TP
.B EEXIST .B EEXIST
.I newpath .I newpath

View File

@ -353,8 +353,8 @@ sets
.IR /proc/sys/kernel/real-root-dev , .IR /proc/sys/kernel/real-root-dev ,
unmount unmount
.IR /proc , .IR /proc ,
the normal root filesystem and any other file the normal root filesystem and any other filesystems
systems it has mounted, and then terminates. it has mounted, and then terminates.
.IP 6. .IP 6.
The kernel then mounts the normal root filesystem. The kernel then mounts the normal root filesystem.
.IP 7. .IP 7.

View File

@ -46,8 +46,8 @@ the administrator can configure the cpusets on a system
to control the processor and memory placement of processes to control the processor and memory placement of processes
on that system. on that system.
By default, if the cpuset configuration By default, if the cpuset configuration
on a system is not modified or if the cpuset file on a system is not modified or if the cpuset filesystem
system is not even mounted, then the cpuset mechanism, is not even mounted, then the cpuset mechanism,
though present, has no affect on the system's behavior. though present, has no affect on the system's behavior.
.PP .PP
A cpuset defines a list of CPUs and memory nodes. A cpuset defines a list of CPUs and memory nodes.

View File

@ -45,8 +45,8 @@ processes; see
.BR pipe (2) .BR pipe (2)
for an example. for an example.
A FIFO (short for First In First Out) has a name within the file A FIFO (short for First In First Out) has a name within the filesystem
system (created using (created using
.BR mkfifo (3)), .BR mkfifo (3)),
and is opened using and is opened using
.BR open (2). .BR open (2).