From a44c53bc67fd353b0aba49de65ff0b1b178e4241 Mon Sep 17 00:00:00 2001 From: vibr Date: Sun, 10 Apr 2005 13:14:02 +0000 Subject: [PATCH] typos + emphasis --- doc/latex/uri.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/latex/uri.tex b/doc/latex/uri.tex index 7e28b23..a9dfe78 100644 --- a/doc/latex/uri.tex +++ b/doc/latex/uri.tex @@ -1,6 +1,6 @@ \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} @@ -17,7 +17,7 @@ component is defined by that component. Therefore its component parts; likewise, a URI must be separated into its 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 example \verb|%20| is the escaped encoding for the US-ASCII space character. @@ -39,10 +39,10 @@ its component parts (see above). being escaped. \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 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: %%% mode: latex