Don't include "Returns ..." in function description.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 6 Sep 2011 16:53:46 +0000 (17:53 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 6 Sep 2011 16:53:46 +0000 (17:53 +0100)
The description of what it returns is already produced by the
generator.

This fixes commit e85b1eaa268caea316f6aa8e02738b3d94297250.

generator/generator.ml

index b6fb8b3..def516f 100755 (executable)
@@ -265,14 +265,12 @@ you know the type in advance.";
   "node_struct_length", (RSize, [AHive; ANode "node"]),
     "return the length of a node",
     "\
-Return the length of the node data structure.  Returns 0
-and sets errno on error.";
+Return the length of the node data structure.";
 
   "value_struct_length", (RSize, [AHive; AValue "val"]),
     "return the length of a value data structure",
     "\
-Return the length of the value data structure.  Returns 0
-and sets errno on error.";
+Return the length of the value data structure.";
 
   "value_value", (RLenTypeVal, [AHive; AValue "val"]),
     "return data length, data type and data of a value",