[project @ 2002-05-29 13:27:04 by simonmar]
authorsimonmar <unknown>
Wed, 29 May 2002 13:27:04 +0000 (13:27 +0000)
committersimonmar <unknown>
Wed, 29 May 2002 13:27:04 +0000 (13:27 +0000)
fix case of markup inside bird tracks.

Text/Regex/Posix.hsc

index e2f243b..08565b5 100644 (file)
@@ -80,10 +80,12 @@ regexec :: Regex                    -- ^ Compiled regular expression
                -- ^ Returns: 'Nothing' if the regex did not match the
                -- string, or:
                --
-               --  > 'Just' (everything before match,
-               --  >       matched portion,
-               --  >       everything after match,
-               --  >       subexpression matches)
+               -- @
+               --   'Just' (everything before match,
+               --         matched portion,
+               --         everything after match,
+               --         subexpression matches)
+               -- @
 
 regexec (Regex regex_fptr) str = do
   withCString str $ \cstr -> do