You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Copy file name to clipboardExpand all lines: runtime-config-linux.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
## Linux namespaces
2
2
3
-
A namespace wraps a global system resource in an abstraction that makes it
4
-
appear to the processes within the namespace that they have their own isolated
5
-
instance of the global resource. Changes to the global resource are visible to
6
-
other processes that are members of the namespace, but are invisible to other
7
-
processes. For more information, see [the man page](http://man7.org/linux/man-pages/man7/namespaces.7.html)
8
-
9
-
Namespaces are specified in the spec as an array of entries. Each entry has a
10
-
type field with possible values described below and an optional path element.
3
+
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.
4
+
Changes to the global resource are visible to other processes that are members of the namespace, but are invisible to other processes.
5
+
For more information, see [the man page](http://man7.org/linux/man-pages/man7/namespaces.7.html).
6
+
7
+
Namespaces are specified in the spec as an array of entries.
8
+
Each entry has a type field with possible values described below and an optional path element.
11
9
If a path is specified, that particular file is used to join that type of namespace.
0 commit comments