diff --git a/doc/latex/url.tex b/doc/latex/url.tex index 725da27..dce4654 100644 --- a/doc/latex/url.tex +++ b/doc/latex/url.tex @@ -51,20 +51,16 @@ Examples for Request-URI strings and the slots of the corresponding http-url rec \defun{http-url->url-string}{http-url}{string} \begin{desc} - \ex{http-url->url-string} unparses a http-url record into its - corresponding Request-URI. + \ex{http-url->url-string} unparses a \ex{http-url} record and returns the + Request-URI \ex{string} of the original HTTP Request. \end{desc} \defun{http-url-path->path-string}{http-url-path}{string} \begin{desc} - \ex{http-url-path->url-string} unparses the http-url-path field of - an http-url record into its corresponding part of the Request-URI, - re-escaping the path. + \ex{http-url-path->url-string} unparses the \ex{http-url-path} field of + an http-url record into its corresponding part of the Request-URI + \ex{string} of the original HTTP Request (re-escaping the path). \end{desc} -Example: -\begin{alltt} -'("foo foo" "bar.htm") \(\Rightarrow\) "/foo%20foo/bar.htm" -\end{alltt} %%% Local Variables: %%% mode: latex