Fix #74599: parse_url allows bad characters in the common name

We remove this sentence altogether, because the return values section
provides the correct info now (besides that "invalid" is not specific
enough, the replacement is done on the result, not on the input).
This commit is contained in:
Christoph M. Becker 2021-09-24 18:16:24 +02:00
parent 416b9e9bdb
commit e95ae8d94c
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -34,8 +34,7 @@
<term><parameter>url</parameter></term>
<listitem>
<para>
The URL to parse. Invalid characters are replaced by
<literal>_</literal>.
The URL to parse.
</para>
</listitem>
</varlistentry>