diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/magi_urlenc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/magi_urlenc.3 b/man/magi_urlenc.3 index ac0c798..ed919eb 100644 --- a/man/magi_urlenc.3 +++ b/man/magi_urlenc.3 @@ -19,7 +19,7 @@ for encoding itself. .P URL encoding is described in .IR "RFC 3986" . -Briefly it is changing every space into plus sign and every not +Briefly it is replacement of every space into plus sign and every not alpha-numerical or not one of "~-._" character into percent sign followed by hexademical representation of given character byte. .P |