[project @ 1999-01-08 11:42:09 by simonm]
authorsimonm <unknown>
Fri, 8 Jan 1999 11:42:09 +0000 (11:42 +0000)
committersimonm <unknown>
Fri, 8 Jan 1999 11:42:09 +0000 (11:42 +0000)
Add missing <p>

ghc/docs/libraries/Exception.sgml

index 4666f59..55de61d 100644 (file)
@@ -164,6 +164,7 @@ type; all other exceptions are re-thrown as with <tt/catchIO/ and
 friends above.
 
 <sect1> Other Utilities
+<p>
 
 The <tt/bracket/ functions are useful for making sure that resources are
 released properly by code that may raise exceptions: