* virXMLPropTristateBool:
* @node: XML dom node pointer
* @name: Name of the property (attribute) to get
- * @flags: Bitwise or of virXMLPropFlags
+ * @flags: Bitwise-OR of virXMLPropFlags
* @result: The returned value
*
* Convenience function to return value of a yes / no attribute.
* virXMLPropTristateSwitch:
* @node: XML dom node pointer
* @name: Name of the property (attribute) to get
- * @flags: Bitwise or of virXMLPropFlags
+ * @flags: Bitwise-OR of virXMLPropFlags
* @result: The returned value
*
* Convenience function to return value of an on / off attribute.
* @node: XML dom node pointer
* @name: Name of the property (attribute) to get
* @base: Number base, see strtol
- * @flags: Bitwise or of virXMLPropFlags
+ * @flags: Bitwise-OR of virXMLPropFlags
* @result: The returned value
* @defaultResult: default value of @result in case the property is not found
*
* @node: XML dom node pointer
* @name: Name of the property (attribute) to get
* @base: Number base, see strtol
- * @flags: Bitwise or of virXMLPropFlags
+ * @flags: Bitwise-OR of virXMLPropFlags
* @result: The returned value
*
* Convenience function to return value of an unsigned integer attribute.
* @node: XML dom node pointer
* @name: Name of the property (attribute) to get
* @base: Number base, see strtol
- * @flags: Bitwise or of virXMLPropFlags
+ * @flags: Bitwise-OR of virXMLPropFlags
* @result: The returned value
*
* Convenience function to return value of an unsigned long long attribute.
* @name: Name of the property (attribute) to get
* @strToInt: Conversion function to turn enum name to value. Expected to
* return negative value on failure.
- * @flags: Bitwise or of virXMLPropFlags
+ * @flags: Bitwise-OR of virXMLPropFlags
* @result: The returned value
* @defaultResult: default value set to @result in case the property is missing
*
* @name: Name of the property (attribute) to get
* @strToInt: Conversion function to turn enum name to value. Expected to
* return negative value on failure.
- * @flags: Bitwise or of virXMLPropFlags
+ * @flags: Bitwise-OR of virXMLPropFlags
* @result: The returned value
*
* Convenience function to return value of an enum attribute.