Fix format error in api-c.rst

This commit is contained in:
Chaoguang Lin 2021-01-26 22:09:01 -08:00
parent c55f7c33b7
commit a6d4e1a82d
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ An |database-blurb1| Modifications to a database are performed via transactions.
In particular, if the original ``fdbcli`` command is ``snapshot <arg1> <arg2> <argN>``, then the string ``snapshot_command`` points to is ``<arg1> <arg2> <argN>``, which including the spaces.
``snapshot_command_length``
|length-of| `snapshot_command`
|length-of| ``snapshot_command``
.. note:: The function is exposing the functionality of the fdbcli command ``snapshot``. Please take a look at the documentation before using (see :ref:`disk-snapshot-backups`).