Author: chromatic
Date: Sat Jul 30 10:35:35 2005
New Revision: 8745

Modified:
   trunk/imcc/docs/syntax.pod
Log:
Fixed a couple of POD errors.


Modified: trunk/imcc/docs/syntax.pod
==============================================================================
--- trunk/imcc/docs/syntax.pod  (original)
+++ trunk/imcc/docs/syntax.pod  Sat Jul 30 10:35:35 2005
@@ -92,6 +92,8 @@ Like above with a chracter set attached 
 sets are currently: C<ascii> (the default), C<binary>, C<unicode>
 (with UTF-8 as the default encoding), and C<iso-8859-1>.
 
+=back
+
 =head2 String escape sequences
 
 Inside double-quoted strings the following escape sequences are processed.
@@ -104,6 +106,8 @@ Inside double-quoted strings the followi
   \Uhhhhhhhh  8 hex digits
   \a, \b, \t, \n, \v, \f, \r, \e, \\
 
+=over 4
+
 =item encoding:charset:"string constant"
 
 Like above with an extra encoding attached to the string. For eample:

Reply via email to