]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5262] fixed typos and wording
authorThomas Markwalder <tmark@isc.org>
Wed, 26 Apr 2017 12:50:42 +0000 (08:50 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 26 Apr 2017 12:50:42 +0000 (08:50 -0400)
doc/guide/shell.xml
src/bin/shell/kea-shell.xml

index 78a41e18ece13ce2947195fe1fabdb5db0d67aa2..c8632735b02f42ad95e95f1177c5d34b9e27ee23 100644 (file)
@@ -54,7 +54,8 @@ kea-shell [--host hostname] [--port number] [--timeout seconds] [--service servi
       <listitem>
         <simpara>
           <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>
       </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
     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
-    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>It is envisaged that Kea Shell will be most frequently used in scripts. The next example
index bdaca5809108da395bb105e699f2d136011776d0..00b6604d1180f41d5d06e1e0b08d0202ead57274 100644 (file)
       <varlistentry>
         <term><option>--service</option></term>
         <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>
       </varlistentry>