typos + emphasis
This commit is contained in:
parent
e9bc839cd5
commit
a44c53bc67
|
@ -1,6 +1,6 @@
|
||||||
\chapter{Processing URIs}\label{cha:uri}
|
\chapter{Processing URIs}\label{cha:uri}
|
||||||
|
|
||||||
The \ex{uri} structure contains library functions for dealing with URIs.
|
The \ex{uri} module contains library functions for dealing with URIs.
|
||||||
|
|
||||||
\section{Notes on URI Syntax}
|
\section{Notes on URI Syntax}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ component is defined by that component. Therefore
|
||||||
its component parts; likewise, a URI must be separated into its
|
its component parts; likewise, a URI must be separated into its
|
||||||
component parts before \emph{unescaping} can be done.
|
component parts before \emph{unescaping} can be done.
|
||||||
|
|
||||||
Escape sequences are of following scheme: \verb|%| \var{h}\var{h}
|
Escape sequences are of the following scheme: \verb|%| \var{h}\var{h}
|
||||||
where \var{h}\var{h} are the two hexadecimal digits representing the octet code. For
|
where \var{h}\var{h} are the two hexadecimal digits representing the octet code. For
|
||||||
example \verb|%20| is the escaped encoding for the US-ASCII space character.
|
example \verb|%20| is the escaped encoding for the US-ASCII space character.
|
||||||
|
|
||||||
|
@ -39,10 +39,10 @@ its component parts (see above).
|
||||||
being escaped.
|
being escaped.
|
||||||
\end{desc}
|
\end{desc}
|
||||||
|
|
||||||
This procedure may only be used on a URI component part, not on a
|
This procedure may only be used on a URI \emph{component part}, not on a
|
||||||
complete URI made up of several component parts (see above). Use it to
|
complete URI made up of several component parts (see above). Use it to
|
||||||
write specialized escape-procedures for the respective component
|
write specialized escape-procedures for the respective component
|
||||||
part. (See the \ex{url} structure for examples).
|
parts. (See the \ex{url} module for examples).
|
||||||
|
|
||||||
%%% Local Variables:
|
%%% Local Variables:
|
||||||
%%% mode: latex
|
%%% mode: latex
|
||||||
|
|
Loading…
Reference in New Issue