]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#897] Better math rendering
authorFrancis Dupont <fdupont@isc.org>
Mon, 22 Nov 2021 15:19:16 +0000 (16:19 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 12 Jan 2022 13:47:46 +0000 (14:47 +0100)
doc/sphinx/arm/hooks-lease-cmds.rst

index ecd9736c7446c298962422124a37342d63c2cb38..a91be3f9b7546a279cbf1423e2655c91499d047e 100644 (file)
@@ -506,14 +506,14 @@ An example result returned when the host was found:
    The client last transaction time (``cltt`` field) is bound to the
    valid lifetime (``valid-lft``) and to the expire date (not reported
    here but stored in databases) by the equation
-   :math:`cltt + valid_lft = expire`
+   :math:`cltt + valid\_lft = expire`
 
    at the exception of the infinite valid lifetime coded by the
    0xfffffff (4294967295) special value which makes the expire value
    to overflow on MySQL and old PostgreSQL backends where timestamps
    are 32 bit long. So in these lease databases the expire date is the
    same as the cltt i.e.
-   :math:`cltt = expire` when :math:`valid_lft = 0xffffffff` and the
+   :math:`cltt = expire` when :math:`valid\_lft = 4294967295` and the
    lease backend is MySQL or PostgreSQL.
 
 .. _command-lease4-get-all: