Skip to content

Commit 6278334

Browse files
committed
Merge pull request #119 from wking/trailing-whitespace
Remove trailing whitespace
2 parents d581213 + 9f758db commit 6278334

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ With Standard Containers we can put an end to that embarrassment, by making INDU
5757
Development happens on GitHub for the spec.
5858
Issues are used for bugs and actionable items and longer discussions can happen on the [mailing list](#mailing-list).
5959

60-
The specification and code is licensed under the Apache 2.0 license found in the `LICENSE` file of this repository.
60+
The specification and code is licensed under the Apache 2.0 license found in the `LICENSE` file of this repository.
6161

6262
## Discuss your design
6363

runtime-config-linux.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
## Namespaces
22

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.
119
If a path is specified, that particular file is used to join that type of namespace.
1210

1311
```json

0 commit comments

Comments
 (0)