line breaks, so if you try to format some text nicely, as in::
 
        * Return:
-       * 0 - OK
-       * -EINVAL - invalid argument
-       * -ENOMEM - out of memory
+       * %0 - OK
+       * %-EINVAL - invalid argument
+       * %-ENOMEM - out of memory
 
      this will all run together and produce::
 
      ReST list, e. g.::
 
       * Return:
-      * * 0            - OK to runtime suspend the device
-      * * -EBUSY       - Device should not be runtime suspended
+      * * %0           - OK to runtime suspend the device
+      * * %-EBUSY      - Device should not be runtime suspended
 
   #) If the descriptive text you provide has lines that begin with
      some phrase followed by a colon, each of those phrases will be taken