From: Oleg Broytman Date: Sun, 8 Jun 2014 12:56:21 +0000 (+0400) Subject: Fix parameters(s) => parameter(s) X-Git-Tag: v2.6.0~6 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=259081fe8a17e0619ce7803dd3cb310ebdd25202 Fix parameters(s) => parameter(s) --- diff --git a/mimedecode.docbook b/mimedecode.docbook index 9006bfe..67011a6 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -276,8 +276,8 @@ -p header1[,header2,header3,...]:param1[,param2,param3,...] - 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". @@ -288,8 +288,8 @@ -p *[,-header1,-header2,-header3,...]:param1[,param2,param3,...] - 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. @@ -345,8 +345,8 @@ -R header1[,header2,header3,...]:param1[,param2,param3,...] - 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.