Code

frontend: Let the analyzer report details about errors.
[sysdb.git] / doc / sysdbql.7.txt
index 8842c01033226227085ce36cdfde5b04a3f6e94d..85adf975dc4442ddd3cfdd7cc719ebeb74a401c7 100644 (file)
@@ -101,9 +101,9 @@ The following fields may be queried:
 
 *attribute[*'<name>'*]*::
        The value of the named host attribute. If an attribute of the specified
-       does not exist, each comparison is treated as if the value does not match.
-       See the documentation for the *IS NULL* and *IS NOT NULL* operators for
-       ways to check if an attribute exists.
+       name does not exist, each comparison is treated as if the value does not
+       match. See the documentation for the *IS NULL* and *IS NOT NULL* operators
+       for ways to check if an attribute exists.
 
 '<value>' may either be a string (when matching by object names) or match the
 type of the attribute's value (when matching attribute values). Attribute
@@ -280,6 +280,8 @@ SEE ALSO
 --------
 manpage:sysdb[1], manpage:sysdb[7]
 
+RFC 4627 (JSON): http://www.ietf.org/rfc/rfc4627.txt
+
 The SysDB homepage: https://sysdb.io/
 
 AUTHOR