Code

sysdbql(7): Use “SysQL” as the official abbreviation.
authorSebastian Harl <sh@tokkee.org>
Tue, 30 Sep 2014 12:51:05 +0000 (05:51 -0700)
committerSebastian Harl <sh@tokkee.org>
Tue, 30 Sep 2014 12:51:05 +0000 (05:51 -0700)
This is to avoid that people will call it “SQL”. Thanks to Julian Hein (and
others) for suggesting this.

doc/sysdbql.7.txt

index 7e5945e5066b56fcc51d3b663aee0b299f489ba6..396b55b263d233ad49c9394d729f171cb20609b0 100644 (file)
@@ -4,7 +4,7 @@ sysdbql(7)
 
 NAME
 ----
-sysdbql - the SysDB query language
+sysdbql - the SysDB query language (SysQL)
 
 SYNOPSIS
 --------
@@ -21,9 +21,9 @@ DESCRIPTION
 -----------
 include::sysdb-description.txt[]
 
-The SysDB query language is a human-readable format for describing a request
-to retrieve data from a SysDB daemon. It is very remotely similar to the
-Standard Query Language (SQL) supported by relational database management
+The SysDB query language (SysQL) is a human-readable format for describing a
+request to retrieve data from a SysDB daemon. It is very remotely similar to
+the Standard Query Language (SQL) supported by relational database management
 systems (RDBMS) but specialized for SysDB's use-case.
 
 QUERY COMMANDS