]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typos identified by lintian
authorStéphane Graber <stgraber@ubuntu.com>
Sun, 20 Oct 2013 04:34:07 +0000 (00:34 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 20 Oct 2013 04:34:07 +0000 (00:34 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
13 files changed:
doc/ja/lxc-attach.sgml.in
doc/ja/lxc-console.sgml.in
doc/ja/lxc-create.sgml.in
doc/ja/lxc-execute.sgml.in
doc/ja/lxc.conf.sgml.in
doc/ja/lxc.sgml.in
doc/lxc-attach.sgml.in
doc/lxc-console.sgml.in
doc/lxc-create.sgml.in
doc/lxc-execute.sgml.in
doc/lxc.conf.sgml.in
doc/lxc.sgml.in
src/lxc/commands.c

index 346ba54960abe409b50b9ac3b7c4e65329a6c1b2..99088c0f7867f556fd9527a4c638741741e41a54 100644 (file)
@@ -340,7 +340,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <replaceable>/sys</replaceable> filesystems contain information
       about some quantities that are affected by namespaces, such as
       the directories named after process ids in
-      <replaceable>/proc</replaceable> or the network interface infromation
+      <replaceable>/proc</replaceable> or the network interface information
       in <replaceable>/sys/class/net</replaceable>. The namespace of the
       process mounting the pseudo-filesystems determines what information
       is shown, <emphasis>not</emphasis> the namespace of the process
index 7bc87bee1c78a2641779a2b53b119120de99f0f3..046bcfc58e2aed0e924e925fcacb174b2c42f1c8 100644 (file)
@@ -140,7 +140,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
             <!--
             Specify the tty number to connect to or 0 for the console. If not
            specified the next available tty number will be automatically
-           choosen by the container.
+           chosen by the container.
             -->
             接続する tty の番号か,コンソールに接続するために 0 を指定します.指定しない場合は,次に利用可能な tty 番号を自動的にコンテナが選択します.
          </para>
index 729b15aba6ecee9b8cf1d76f74d1adc45636163a..94fe6de674eaa5714d6bee4404a47dcd826a0123 100644 (file)
@@ -69,7 +69,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
     <para>
       <!--
       <command>lxc-create</command> creates a system object where is
-      stored the configuration informations and where can be stored
+      stored the configuration information and where can be stored
       user information. The identifier <replaceable>name</replaceable>
       is used to specify the container to be used with the different
       lxc commands.
@@ -88,7 +88,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <!--
       The object is the definition of the different resources an
       application can use or can see. The more the configuration file
-      contains informations, the more the container is isolated and
+      contains information, the more the container is isolated and
       the more the application is jailed.
       -->
       オブジェクトは,アプリケーションが使用したり,参照したりする様々なリソースの定義です.設定ファイルがより多くの情報を持つほど,コンテナやアプリケーションはより隔離されたものになります.
index 975ee70542a7cd5e17543e8cca9faf6d78d59f4a..f51110820f7cfcc54809c9cc094dbc9fbc2d2308 100644 (file)
@@ -97,7 +97,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       process, <command>lxc-init</command>.
       This lxc-init after launching  the specified command,
       will wait for its end and all other reparented processes.
-      (that allows to support daemons in the container).
+      (to support daemons in the container).
       In other words, in the
       container, <command>lxc-init</command> has the pid 1 and the
       first process of the application has the pid 2.
index 87fe2bda4a254048b6e22169f1b9572af23d9455..ec24e2a434129a19eaf92202070de40fac13c29e 100644 (file)
@@ -126,7 +126,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <title><!-- Architecture -->アーキテクチャ</title>
       <para>
         <!--
-       Allows to set the architecture for the container. For example,
+       Allows one to set the architecture for the container. For example,
        set a 32bits architecture for a container running 32bits
        binaries on a 64bits host. That fixes the container scripts
        which rely on the architecture to do some work like
@@ -199,7 +199,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <title><!-- Stop signal -->停止時のシグナル</title>
       <para>
         <!--
-    Allows to specify signal name or number, sent by lxc-stop to
+    Allows one to specify signal name or number, sent by lxc-stop to
     shutdown the container. Different init systems could use
     different signals to perform clean shutdown sequence. Option
     allows signal to be specified in kill(1) fashion, e.g.
index 637cfe6650c527859088fe1b3207d07a4e3d3e16..bad5baba9a11d974dd47797da31d94bb5ed71923 100644 (file)
@@ -531,7 +531,7 @@ rootfs
        process, <command>lxc-init</command>.
        This lxc-init after launching  the specified command,
        will wait for its end and all other reparented processes.
-        (that allows to support daemons in the container).
+        (to support daemons in the container).
        In other words, in the
        container, <command>lxc-init</command> has the pid 1 and the
        first process of the application has the pid 2.
@@ -641,7 +641,7 @@ rootfs
         When there are a lot of containers, it is hard to follow
       what has been created or destroyed, what is running or what are
       the pids running into a specific container. For this reason, the
-      following commands may be usefull:
+      following commands may be useful:
        <programlisting>
          lxc-ls
          lxc-ps &#045;&#045;name foo
@@ -704,7 +704,7 @@ rootfs
 
       <para>
         <!--
-       <command>lxc-info</command> gives informations for a specific
+       <command>lxc-info</command> gives information for a specific
        container, at present time, only the state of the container is
        displayed.
         -->
@@ -757,7 +757,7 @@ rootfs
 
       <para>
         <!--
-       The following command will display the socket informations for
+       The following command will display the socket information for
        the container 'foo'.
        <programlisting>
          lxc-netstat -n foo -tano
index 0791c0ff0cc1cd45f2448d3c2c2207d4e4f80af4..8d75c7c24b078c9acd72865b83603a54b410a6c2 100644 (file)
@@ -271,7 +271,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       <replaceable>/sys</replaceable> filesystems contain information
       about some quantities that are affected by namespaces, such as
       the directories named after process ids in
-      <replaceable>/proc</replaceable> or the network interface infromation
+      <replaceable>/proc</replaceable> or the network interface information
       in <replaceable>/sys/class/net</replaceable>. The namespace of the
       process mounting the pseudo-filesystems determines what information
       is shown, <emphasis>not</emphasis> the namespace of the process
index a08a6a20976cdce5352e5796e7bfc6db1255c3c9..fd4caa6ae2bb0b8a307988a95c038f128dae0906 100644 (file)
@@ -115,7 +115,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
          <para>
            Specify the tty number to connect to or 0 for the console. If not
            specified the next available tty number will be automatically
-           choosen by the container.
+           chosen by the container.
          </para>
        </listitem>
       </varlistentry>
index 07a0512825836300b258319a720df589c520f648..23d7680b4e76b1802ac90ba7a35eeedf2072d3d9 100644 (file)
@@ -62,7 +62,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
     <para>
       <command>lxc-create</command> creates a system object where is
-      stored the configuration informations and where can be stored
+      stored the configuration information and where can be stored
       user information. The identifier <replaceable>name</replaceable>
       is used to specify the container to be used with the different
       lxc commands.
@@ -75,7 +75,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
     <para>
       The object is the definition of the different resources an
       application can use or can see. The more the configuration file
-      contains informations, the more the container is isolated and
+      contains information, the more the container is isolated and
       the more the application is jailed.
     </para>
 
index a47fa354472a3b86e77395a5ec33a9b69d4911f7..bab4658fd86fb34f2c8c17c0c26b08a7ba02b407 100644 (file)
@@ -81,7 +81,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       process, <command>lxc-init</command>.
       This lxc-init after launching  the specified command,
       will wait for its end and all other reparented processes.
-      (that allows to support daemons in the container).
+      (to support daemons in the container).
       In other words, in the
       container, <command>lxc-init</command> has the pid 1 and the
       first process of the application has the pid 2.
index ac3e377433f4fdf22b80ff2c9dd4fc069f918e55..ba85a9778a5d99eb085339928e04bd364413cba6 100644 (file)
@@ -104,7 +104,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
     <refsect2>
       <title>Architecture</title>
       <para>
-       Allows to set the architecture for the container. For example,
+       Allows one to set the architecture for the container. For example,
        set a 32bits architecture for a container running 32bits
        binaries on a 64bits host. This fixes the container scripts
        which rely on the architecture to do some work like
@@ -158,7 +158,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
     <refsect2>
       <title>Stop signal</title>
       <para>
-    Allows to specify signal name or number, sent by lxc-stop to
+    Allows one to specify signal name or number, sent by lxc-stop to
     shutdown the container. Different init systems could use
     different signals to perform clean shutdown sequence. Option
     allows signal to be specified in kill(1) fashion, e.g.
index 0e1f9121d367fcdb92ebca9d6b010b7520df8529..cf51984298a97fa7352d88d95a013ba86ab4b438 100644 (file)
@@ -380,7 +380,7 @@ rootfs
        process, <command>lxc-init</command>.
        This lxc-init after launching  the specified command,
        will wait for its end and all other reparented processes.
-        (that allows to support daemons in the container).
+        (to support daemons in the container).
        In other words, in the
        container, <command>lxc-init</command> has the pid 1 and the
        first process of the application has the pid 2.
@@ -454,7 +454,7 @@ rootfs
       <para>When there are a lot of containers, it is hard to follow
       what has been created or destroyed, what is running or what are
       the pids running into a specific container. For this reason, the
-      following commands may be usefull:
+      following commands may be useful:
        <programlisting>
          lxc-ls
          lxc-ps --name foo
@@ -490,7 +490,7 @@ rootfs
       </para>
 
       <para>
-       <command>lxc-info</command> gives informations for a specific
+       <command>lxc-info</command> gives information for a specific
        container, at present time, only the state of the container is
        displayed.
       </para>
@@ -522,7 +522,7 @@ rootfs
       </para>
 
       <para>
-       The following command will display the socket informations for
+       The following command will display the socket information for
        the container 'foo'.
        <programlisting>
          lxc-netstat -n foo -tano
index fa6e3fb495804716124bbec997981665b6e6c93b..33821dd8649f4d58852449cafe5b1b0cc880ca78 100644 (file)
@@ -736,7 +736,7 @@ static int lxc_cmd_process(int fd, struct lxc_cmd_req *req,
        };
 
        if (req->cmd < 0 || req->cmd >= LXC_CMD_MAX) {
-               ERROR("bad cmd %d recieved", req->cmd);
+               ERROR("bad cmd %d received", req->cmd);
                return -1;
        }
        return cb[req->cmd](fd, req, handler);