spec: add * to optionally-escaped bytes set

Commit ee71e1ff60 added * to the list of optionally escaped bytes
set, but did not update the documentation. I guess this happened because
the change is not backward compatible.

It seems that the period of 14+ years should be enough to not cause any
backward compatibility issues, so let's document this.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2022-01-31 20:31:11 -08:00
parent 37b76d1373
commit 87070a615a

View file

@ -3510,7 +3510,7 @@
<listitem>
<para>
The set of optionally-escaped bytes is:
<literal>[-0-9A-Za-z_/.\]</literal>. To escape, each
<literal>[-0-9A-Za-z_/.\*]</literal>. To escape, each
<emphasis>byte</emphasis> (note, not character) which is not in the
set of optionally-escaped bytes must be replaced with an ASCII
percent (<literal>%</literal>) and the value of the byte in hex.