summaryrefslogtreecommitdiff
path: root/docs/CONTAINER_INTERFACE.md
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-12-02 00:07:21 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-02 00:51:02 +0900
commita783421498ecd449193c99c3e803f4c0c47590e3 (patch)
tree4ac669cd8d9f0522b1e94da9f9f4733dadab0a69 /docs/CONTAINER_INTERFACE.md
parent2ed6297f71a04839f23e460095da126112f5626d (diff)
downloadsystemd-a783421498ecd449193c99c3e803f4c0c47590e3.tar.gz
tree-wide: fix typo
Diffstat (limited to 'docs/CONTAINER_INTERFACE.md')
-rw-r--r--docs/CONTAINER_INTERFACE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CONTAINER_INTERFACE.md b/docs/CONTAINER_INTERFACE.md
index 9ce4f64587..7caa9eeea9 100644
--- a/docs/CONTAINER_INTERFACE.md
+++ b/docs/CONTAINER_INTERFACE.md
@@ -38,8 +38,8 @@ manager, please consider supporting the following interfaces.
3. Pre-mount `/dev/` as (container private) `tmpfs` for the container and bind
mount some suitable TTY to `/dev/console`. If this is a pty, make sure to not
- close the controling pty master during systemd's lifetime. PID1 will close ttys,
- to avoid being killed by SAK. It only opens ttys for the time it
+ close the controlling pty master during systemd's lifetime. PID1 will close
+ ttys, to avoid being killed by SAK. It only opens ttys for the time it
actually needs to print something. Also, make sure to create device
nodes for `/dev/null`, `/dev/zero`, `/dev/full`, `/dev/random`,
`/dev/urandom`, `/dev/tty`, `/dev/ptmx` in `/dev/`. It is not necessary to