mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
Fix filenames in help.txt (#722)
Many functions incorrectly direct users to see a .c file, when they should be .S
This commit is contained in:
parent
ff9c15f48a
commit
e4ee1da652
1 changed files with 7 additions and 7 deletions
|
@ -978,10 +978,10 @@ FUNCTIONS
|
||||||
Please note that '& can still break HTML and that '() can still
|
Please note that '& can still break HTML and that '() can still
|
||||||
break CSS URLs. This function is charset agnostic and will not
|
break CSS URLs. This function is charset agnostic and will not
|
||||||
canonicalize overlong encodings. It is assumed that a UTF-8 string
|
canonicalize overlong encodings. It is assumed that a UTF-8 string
|
||||||
will be supplied. See kescapefragment.c.
|
will be supplied. See kescapefragment.S.
|
||||||
|
|
||||||
EscapeHost(str) → str
|
EscapeHost(str) → str
|
||||||
Escapes URL host. See kescapeauthority.c
|
Escapes URL host. See kescapeauthority.S
|
||||||
|
|
||||||
EscapeLiteral(str) → str
|
EscapeLiteral(str) → str
|
||||||
Escapes JavaScript or JSON string literal content. The caller is
|
Escapes JavaScript or JSON string literal content. The caller is
|
||||||
|
@ -1001,10 +1001,10 @@ FUNCTIONS
|
||||||
-.*_0-9A-Za-z and everything else gets %XX encoded. This function
|
-.*_0-9A-Za-z and everything else gets %XX encoded. This function
|
||||||
is charset agnostic and will not canonicalize overlong encodings.
|
is charset agnostic and will not canonicalize overlong encodings.
|
||||||
It is assumed that a UTF-8 string will be supplied. See
|
It is assumed that a UTF-8 string will be supplied. See
|
||||||
kescapeparam.c.
|
kescapeparam.S.
|
||||||
|
|
||||||
EscapePass(str) → str
|
EscapePass(str) → str
|
||||||
Escapes URL password. See kescapeauthority.c.
|
Escapes URL password. See kescapeauthority.S.
|
||||||
|
|
||||||
EscapePath(str) → str
|
EscapePath(str) → str
|
||||||
Escapes URL path. This is the same as EscapeSegment except slash
|
Escapes URL path. This is the same as EscapeSegment except slash
|
||||||
|
@ -1013,7 +1013,7 @@ FUNCTIONS
|
||||||
still break HTML, so the output may need EscapeHtml too. Also note
|
still break HTML, so the output may need EscapeHtml too. Also note
|
||||||
that '() can still break CSS URLs. This function is charset
|
that '() can still break CSS URLs. This function is charset
|
||||||
agnostic and will not canonicalize overlong encodings. It is
|
agnostic and will not canonicalize overlong encodings. It is
|
||||||
assumed that a UTF-8 string will be supplied. See kescapepath.c.
|
assumed that a UTF-8 string will be supplied. See kescapepath.S.
|
||||||
|
|
||||||
EscapeSegment(str) → str
|
EscapeSegment(str) → str
|
||||||
Escapes URL path segment. This is the same as EscapePath except
|
Escapes URL path segment. This is the same as EscapePath except
|
||||||
|
@ -1023,10 +1023,10 @@ FUNCTIONS
|
||||||
EscapeHtml too. Also note that '() can still break CSS URLs. This
|
EscapeHtml too. Also note that '() can still break CSS URLs. This
|
||||||
function is charset agnostic and will not canonicalize overlong
|
function is charset agnostic and will not canonicalize overlong
|
||||||
encodings. It is assumed that a UTF-8 string will be supplied. See
|
encodings. It is assumed that a UTF-8 string will be supplied. See
|
||||||
kescapesegment.c.
|
kescapesegment.S.
|
||||||
|
|
||||||
EscapeUser(str) → str
|
EscapeUser(str) → str
|
||||||
Escapes URL username. See kescapeauthority.c.
|
Escapes URL username. See kescapeauthority.S.
|
||||||
|
|
||||||
EvadeDragnetSurveillance(bool)
|
EvadeDragnetSurveillance(bool)
|
||||||
If this option is programmed then redbean will not transmit a
|
If this option is programmed then redbean will not transmit a
|
||||||
|
|
Loading…
Add table
Reference in a new issue