diff options
Diffstat (limited to 'man7/uri.7')
| -rw-r--r-- | man7/uri.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/uri.7 b/man7/uri.7 index 90b8119d36..0b4b67bd31 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -485,7 +485,7 @@ URNs are to be supported by the urn: scheme, with a hierarchical name space (e.g., urn:ietf:... would identify IETF documents); at this time URNs are not widely implemented. Not all tools support all schemes. -.SS "Character encoding" +.SS Character encoding .PP URIs use a limited number of characters so that they can be typed in and used in a variety of situations. @@ -535,7 +535,7 @@ then .IP 2. use the URI escaping mechanism, that is, use the %HH encoding for unsafe octets. -.SS "Writing a URI" +.SS Writing a URI When written, URIs should be placed inside double quotes (e.g., "http://www.kernelnotes.org"), enclosed in angle brackets (e.g., <http://lwn.net>), |
