From 16f88454f1a97c18ccb51f5d3469fc9f6e5ef09a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 Jan 1998 20:47:26 +0000 Subject: Use \url{} to mark a URL. --- Doc/lib/libregex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/lib/libregex.tex') diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 6843594c66..f3a3fa9254 100644 --- a/Doc/lib/libregex.tex +++ b/Doc/lib/libregex.tex @@ -15,7 +15,7 @@ converted. The standard library module \code{reconvert}\refstmodindex{reconvert} helps in converting \code{regex} style regular expressions to \code{re}\refstmodindex{re} style regular expressions. (For more conversion help, see the URL -\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.) +\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.) By default the patterns are Emacs-style regular expressions (with one exception). There is -- cgit v1.2.1