]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: otherwise
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:35:39 +0000 (07:35 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:35:39 +0000 (07:35 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
doc/ja/lxc.container.conf.sgml.in
doc/ko/lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
src/lxc/criu.c

index cb9a8a7603f11bc631a4c95e46e864fc6d10da07..8e2b47af8a31e076386bed3a42b7cc38902f8b14 100644 (file)
@@ -2272,7 +2272,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
         container should be run can be specified in the container
         configuration.  The default is <command>lxc-container-default-cgns</command>
         if the host kernel is cgroup namespace aware, or
-        <command>lxc-container-default</command> othewise.
+        <command>lxc-container-default</command> otherwise.
         -->
         lxc が apparmor サポートでコンパイルされ、インストールされている場合で、ホストで apparmor が有効な場合、コンテナが従って動くべき apparmor プロファイルは、コンテナの設定で指定することが可能です。
         デフォルトは、ホストのカーネルで cgroup 名前空間が使える場合は <command>lxc-container-default-cgns</command>です。使えない場合は <command>lxc-container-default</command> です。
index 39fe01edce28dbc1d604bd38d8090953f54829b2..198812f93ae609017075b4b4c81b3849a3f89676 100644 (file)
@@ -1623,7 +1623,7 @@ proc proc proc nodev,noexec,nosuid 0 0
        container should be run can be specified in the container
         configuration.  The default is <command>lxc-container-default-cgns</command>
        if the host kernel is cgroup namespace aware, or
-       <command>lxc-container-default</command> othewise.
+       <command>lxc-container-default</command> otherwise.
         -->
         lxc가 apparmor를 지원하도록 컴파일된 후 설치되었고, 호스트 시스템에서 apparmor가 활성화되었다면, 컨테이너에서 따라야할 apparmor 프로파일을 컨테이너 설정에서 지정할 수 있다. 기본값은 호스트 커널이 cgroup 네임스페이스를 지원하면 <command>lxc-container-default-cgns</command>이고, 그렇지 않다면 <command>lxc-container-default</command>이다.
       </para>
index 0a20e06dbc414fb7c234687c97058e38d1eafaab..91a7355a0c234fd3fcc839b38ceeb73bc0116490 100644 (file)
@@ -1705,7 +1705,7 @@ dev/null proc/kcore none bind,relative 0 0
         container should be run can be specified in the container
         configuration.  The default is <command>lxc-container-default-cgns</command>
        if the host kernel is cgroup namespace aware, or
-       <command>lxc-container-default</command> othewise.
+       <command>lxc-container-default</command> otherwise.
       </para>
       <variablelist>
         <varlistentry>
index c40e93a71379d43e6e6b1bc7d2633c56847420bc..3d857b541961325681104e438dd73fdb1c80da3b 100644 (file)
@@ -952,7 +952,7 @@ static void do_restore(struct lxc_container *c, int status_pipe, struct migrate_
        struct cgroup_ops *cgroup_ops;
 
        /* Try to detach from the current controlling tty if it exists.
-        * Othwerise, lxc_init (via lxc_console) will attach the container's
+        * Otherwise, lxc_init (via lxc_console) will attach the container's
         * console output to the current tty, which is probably not what any
         * library user wants, and if they do, they can just manually configure
         * it :)