]> git.phdru.name Git - mimedecode.git/commitdiff
Fix parameters(s) => parameter(s)
authorOleg Broytman <phd@phdru.name>
Sun, 8 Jun 2014 12:56:21 +0000 (16:56 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 8 Jun 2014 12:56:21 +0000 (16:56 +0400)
mimedecode.docbook

index 9006bfedf8d7c9e597f735f32d813454f046b41b..67011a66213f8435a2e3b798c50c544d713122f7 100644 (file)
       <term>-p header1[,header2,header3,...]:param1[,param2,param3,...]</term>
       <listitem>
          <para>
-            Add the parameters(s) to a list of headers parameters to decode;
-            the parameters will be decoded only for the given header(s).
+            Add the parameter(s) to a list of headers parameters to decode;
+            the parameter(s) will be decoded only for the given header(s).
             Initially the list contains header "Content-Type", parameter "name";
             and header "Content-Disposition", parameter "filename".
          </para>
       <term>-p *[,-header1,-header2,-header3,...]:param1[,param2,param3,...]</term>
       <listitem>
          <para>
-            Add the parameters(s) to a list of headers parameters to decode;
-            the parameters will be decoded for all headers except the given
+            Add the parameter(s) to a list of headers parameters to decode;
+            the parameter(s) will be decoded for all headers except the given
             ones.
          </para>
       </listitem>
       <term>-R header1[,header2,header3,...]:param1[,param2,param3,...]</term>
       <listitem>
          <para>
-            Add the parameters(s) to a list of headers parameters to remove;
-            the parameters will be removed only for the given header(s).
+            Add the parameter(s) to a list of headers parameters to remove;
+            the parameter(s) will be removed only for the given header(s).
             Initially the list is empty.
          </para>
       </listitem>