mount.2: Minor fixes

There was too many verbs in the last part of the sentence.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:29 +02:00 committed by Michael Kerrisk
parent ced55c9139
commit 073161a3f0
1 changed files with 2 additions and 2 deletions

View File

@ -408,8 +408,8 @@ Mount-point namespaces can be (and usually are)
shared between multiple processes,
and changes to the namespace (i.e., mounts and unmounts) by one process
are visible to all other processes sharing the same namespace.
(The pre-2.4.19 Linux situation can be considered as one in which there
was a single namespace was shared by every process on the system.)
(The pre-2.4.19 Linux situation can be considered as one in which
a single namespace was shared by every process on the system.)
A child process created by
.BR fork (2)