summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liburlparse.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/liburlparse.tex')
-rw-r--r--Doc/lib/liburlparse.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex
index 0473aed..76622d5 100644
--- a/Doc/lib/liburlparse.tex
+++ b/Doc/lib/liburlparse.tex
@@ -168,7 +168,7 @@ for \function{urlparse()}.
If you do not want that behavior, preprocess
the \var{url} with \function{urlsplit()} and \function{urlunsplit()},
-removing possible \em{scheme} and \em{netloc} parts.
+removing possible \emph{scheme} and \emph{netloc} parts.
\end{funcdesc}
\begin{funcdesc}{urldefrag}{url}