]> git.draconx.ca Git - gob-dx.git/blobdiff - doc/gob2.1.in
Release 2.0.7
[gob-dx.git] / doc / gob2.1.in
index c6b523e3845de13b86d02024165a32fa7e65b73f..f36c7259a8118c044cce4eaa68c5965c44a65908 100644 (file)
@@ -206,7 +206,7 @@ For example:
 
 .SH DATA MEMBERS
 .PP
-There are five types of data members.  Three of them are normal data numbers,
+There are five types of data members.  Three of them are normal data members,
 one is class wide (global) in scope and one is a virtual one, usually linked to
 a normal data member or a class wide data member.  The three normal data
 members are public, protected and private.  Public and protected are basically
@@ -808,9 +808,9 @@ your .c file.  These serve the same function as the above, they make it easier
 to type and easier to change typenames around which can help a lot during
 prototyping stage.  However you should note that the Self type should not be
 used in function prototypes as one of the arguments or as a return value type.
-This is because this is a simple C typedef which is only available inside you
-.c file.  You can disable both the self casting macros and the self type
-aliases by passing --no-self-alias to
+This is because this is a simple C typedef which is only available inside your
+\&.c file and not in the header files.  You can disable both the self casting
+macros and the self type aliases by passing --no-self-alias to gob.
 
 .SH DEALING WITH DIFFERENT GOB VERSIONS
 .PP