chiark / gitweb /
cleanup: All the whitespace fixes, all at once.
[mLib] / man / url.3
index 919ce933fe86e2fea32040877a428e9f17b632d5..4e8aa71a335b42dc84c7629064676e3e401bd570 100644 (file)
--- a/man/url.3
+++ b/man/url.3
@@ -63,7 +63,7 @@ member:
 .TP
 .B URLF_STRICT
 Be strict about escaping non-alphanumeric characters.  Without this,
-potentially unsafe characters such as 
+potentially unsafe characters such as
 .RB ` / '
 and
 .RB ` ~ '
@@ -74,7 +74,7 @@ readable.
 Be very lax about non-alphanumeric characters.  Everything except
 obviously-unsafe characters like
 .RB ` & '
-and 
+and
 .RB ` = '
 are left unescaped.
 .PP