Browse Source

[5262] fixed typos and wording

Thomas Markwalder 8 years ago
parent
commit
1e266d175b
2 changed files with 6 additions and 4 deletions
  1. 3 2
      doc/guide/shell.xml
  2. 3 2
      src/bin/shell/kea-shell.xml

+ 3 - 2
doc/guide/shell.xml

@@ -54,7 +54,8 @@ kea-shell [--host hostname] [--port number] [--timeout seconds] [--service servi
       <listitem>
       <listitem>
         <simpara>
         <simpara>
           <command>--service <replaceable>serive-name</replaceable></command> specifies the
           <command>--service <replaceable>serive-name</replaceable></command> specifies the
-          target of an command. If not given, CA will be used as target. May be used multiple times
+          target of a command. If not given, CA will be used as target.  May be used more
+          than once to specify multiple targets.
         </simpara>
         </simpara>
       </listitem>
       </listitem>
 
 
@@ -104,7 +105,7 @@ $ <userinput>kea-shell --host 192.0.2.1 --port 8001 --service dhcp4 list-command
     Since <command>list-commands</command> does not take any
     Since <command>list-commands</command> does not take any
     arguments, CTRL-D (represented in the above example by "^D") is pressed to indicate end
     arguments, CTRL-D (represented in the above example by "^D") is pressed to indicate end
     of file (and so terminate the parameter input). The Shell will then contact
     of file (and so terminate the parameter input). The Shell will then contact
-    the CA and print out the list of available commands returned for service named <command>dhcp4</command>.
+    the CA and print out the list of available commands returned for the service named <command>dhcp4</command>.
     </para>
     </para>
 
 
     <para>It is envisaged that Kea Shell will be most frequently used in scripts. The next example
     <para>It is envisaged that Kea Shell will be most frequently used in scripts. The next example

+ 3 - 2
src/bin/shell/kea-shell.xml

@@ -120,8 +120,9 @@
       <varlistentry>
       <varlistentry>
         <term><option>--service</option></term>
         <term><option>--service</option></term>
         <listitem><para>
         <listitem><para>
-          Specifies the service that is tartget of a command. If not
-          specified, Cotrol Agent will be targeted. May be used multiple times.
+          Specifies the service that is the target of a command. If not
+          specified, Control Agent will be targeted. May be used more than
+          once to specify multiple targets.
         </para></listitem>
         </para></listitem>
       </varlistentry>
       </varlistentry>