Update doc/efun/ aus Driversourcen.

Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.

Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/struct_info b/doc/efun/struct_info
index 4d4cd0b..82c6093 100644
--- a/doc/efun/struct_info
+++ b/doc/efun/struct_info
@@ -2,7 +2,7 @@
         #include <struct_info.h>
         #include <lpctypes.h>
 
-        mixed * struct_info (struct st, int what)
+        mixed * struct_info(struct st, int what)
 
 DESCRIPTION
         Return information about the structure of struct <st> in an array.
@@ -26,8 +26,8 @@
           string [SI_PROG_NAME]:   the name of program defining the struct
           string [SI_PROG_ID]:     the id of the program defining the struct
           mixed  [SI_BASE]:        0, or the base struct information
-          mixed* [SI_MEMBER+0]:    the first member information
-          mixed* [SI_MEMBER+n]:    the last member information
+          mixed *[SI_MEMBER+0]:    the first member information
+          mixed *[SI_MEMBER+n]:    the last member information
 
         The member information entries are arrays themselves with
         these elements: