From 073161a3f0a021fe484ea3576f8f5ee7a4ed2037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=E7ois?= Date: Sun, 27 Sep 2009 09:26:29 +0200 Subject: [PATCH] mount.2: Minor fixes There was too many verbs in the last part of the sentence. Signed-off-by: Michael Kerrisk --- man2/mount.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/mount.2 b/man2/mount.2 index c7d47a801..a14fbf12f 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -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)