Skip to content

Commit 19e3d9d

Browse files
committed
doc: replace X by + to indicate compatible options.
X looks like it indicates non-compatible options.
1 parent 5a522d3 commit 19e3d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/admin_guide.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -717,17 +717,17 @@ sqlite databases for storing the session and otk data.
717717
The following table shows which primary databases support
718718
different session database backends:
719719

720-
.. table:: D - default if unconfigured, X - compatible choice
720+
.. table:: D - default if unconfigured, + - compatible choice
721721
:class: captionbelow
722722

723723
+---------------+--------+--------+-------+-------+------------+
724724
| | session db |
725725
+---------------+--------+--------+-------+-------+------------+
726726
|primary db | anydbm | sqlite | redis | mysql | postgresql |
727727
+===============+========+========+=======+=======+============+
728-
|anydbm | D | | X | | |
728+
|anydbm | D | | + | | |
729729
+---------------+--------+--------+-------+-------+------------+
730-
|sqlite | X | D | X | | |
730+
|sqlite | + | D | + | | |
731731
+---------------+--------+--------+-------+-------+------------+
732732
|mysql | | | | D | |
733733
+---------------+--------+--------+-------+-------+------------+

0 commit comments

Comments
 (0)