From 9f758db92f7237237d27dec9f6671fb7891b2eeb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 26 Aug 2015 15:15:16 -0700 Subject: [PATCH] runtime-config-linux: One sentence per line for opening two paragraphs I touched these paragraphs while removing trailing whitespace in the previous commit. Since I was touching them in this branch, it seemed better to rewrap them using the "Markdown style" suggestions in the README. I also added a missing period after the namespaces(7) link. Signed-off-by: W. Trevor King --- runtime-config-linux.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/runtime-config-linux.md b/runtime-config-linux.md index d0dcfec7..dda64e07 100644 --- a/runtime-config-linux.md +++ b/runtime-config-linux.md @@ -1,13 +1,11 @@ ## Linux namespaces -A namespace wraps a global system resource in an abstraction that makes it -appear to the processes within the namespace that they have their own isolated -instance of the global resource. Changes to the global resource are visible to -other processes that are members of the namespace, but are invisible to other -processes. For more information, see [the man page](http://man7.org/linux/man-pages/man7/namespaces.7.html) +A namespace wraps a global system resource in an abstraction that makes it appear to the processes within the namespace that they have their own isolated instance of the global resource. +Changes to the global resource are visible to other processes that are members of the namespace, but are invisible to other processes. +For more information, see [the man page](http://man7.org/linux/man-pages/man7/namespaces.7.html). -Namespaces are specified in the spec as an array of entries. Each entry has a -type field with possible values described below and an optional path element. +Namespaces are specified in the spec as an array of entries. +Each entry has a type field with possible values described below and an optional path element. If a path is specified, that particular file is used to join that type of namespace. ```json