Merge pull request #757 from rajasec/spec-typo

Typo in SPEC.md
This commit is contained in:
Qiang Huang 2016-04-18 09:59:48 +08:00
commit 8b0f6a7e14
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ in tmpfs.
After `/dev/null` has been setup we check for any external links between
the container's io, STDIN, STDOUT, STDERR. If the container's io is pointing
to `/dev/null` outside the container we close and `dup2` the the `/dev/null`
to `/dev/null` outside the container we close and `dup2` the `/dev/null`
that is local to the container's rootfs.