diff options
author | nikolas <nnyby@columbia.edu> | 2018-11-23 20:28:39 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-23 20:28:39 +0100 |
commit | b24546706e9728b313641e30587d50c46278cc65 (patch) | |
tree | 0eec5ca976c16b636599bafef7be595715dcf9b0 /docs/CGROUP_DELEGATION.md | |
parent | Fix typo in hacking guide: "no possible" -> "not possible" (#10905) (diff) | |
download | systemd-b24546706e9728b313641e30587d50c46278cc65.tar.xz systemd-b24546706e9728b313641e30587d50c46278cc65.zip |
Fix a few docs typos (#10907)
Found with [codespell](https://github.com/codespell-project/codespell)
Diffstat (limited to 'docs/CGROUP_DELEGATION.md')
-rw-r--r-- | docs/CGROUP_DELEGATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CGROUP_DELEGATION.md b/docs/CGROUP_DELEGATION.md index c63b75e58b..26c7466b87 100644 --- a/docs/CGROUP_DELEGATION.md +++ b/docs/CGROUP_DELEGATION.md @@ -122,7 +122,7 @@ thinking about them as orthogonal won't help you in the long run anyway. If you wonder how to detect which of these three modes is currently used, use `statfs()` on `/sys/fs/cgroup/`. If it reports `CGROUP2_SUPER_MAGIC` in its `.f_type` field, then you are in unified mode. If it reports `TMPFS_MAGIC` then -you are either in legacy or hybrid mode. To distuingish these two cases, run +you are either in legacy or hybrid mode. To distinguish these two cases, run `statfs()` again on `/sys/fs/cgroup/unified/`. If that succeeds and reports `CGROUP2_SUPER_MAGIC` you are in hybrid mode, otherwise not. |