From: Marcin Godzina Date: Fri, 12 May 2023 09:23:47 +0000 (+0000) Subject: [#2859] expanded leaseX-write ARM text X-Git-Tag: Kea-2.3.8~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfed0236b835dcd594d42da2ce8aed8fbd75f5b3;p=thirdparty%2Fkea.git [#2859] expanded leaseX-write ARM text --- diff --git a/doc/sphinx/arm/hooks-lease-cmds.rst b/doc/sphinx/arm/hooks-lease-cmds.rst index 63d42b6195..4e5e48dd8b 100644 --- a/doc/sphinx/arm/hooks-lease-cmds.rst +++ b/doc/sphinx/arm/hooks-lease-cmds.rst @@ -1033,7 +1033,8 @@ backend and write the lease database into a CSV file. They take the path of the file as the ``filename`` argument. If the specified output file is the same as the configured memfile one, the backend closes and reopens the file in an attempt to synchronize both the files and the in-memory images -of the lease database. The extension ``.bak`` is added to the previous filename. +of the lease database. The extension ``.bak`` with server PID number is added +to the previous filename. For example ``.bak14326``. .. note::