From 5310e5ad319f01788963c9e53a58f23223b394b2 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Mon, 20 Nov 2023 12:06:27 -0600 Subject: [PATCH] added escaped underscore --- .../writing-and-serving-policy/controlling-frequency.markdown | 2 +- overview/directory-structure.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tutorials/writing-and-serving-policy/controlling-frequency.markdown b/examples/tutorials/writing-and-serving-policy/controlling-frequency.markdown index dc9c2687d..6c69bc862 100644 --- a/examples/tutorials/writing-and-serving-policy/controlling-frequency.markdown +++ b/examples/tutorials/writing-and-serving-policy/controlling-frequency.markdown @@ -86,4 +86,4 @@ would not respect promises that are locked from a recent execution. Furthermore, locks are purged in order to maintain the integrity and health of the underlying lock database. -**See also:** [cf_lock.lmdb][CFEngine directory structure#state/cflock.lmdb] +**See also:** [cf_lock.lmdb][CFEngine directory structure#state/cf\_lock.lmdb] diff --git a/overview/directory-structure.markdown b/overview/directory-structure.markdown index 3248da676..84cc71fe2 100644 --- a/overview/directory-structure.markdown +++ b/overview/directory-structure.markdown @@ -139,7 +139,7 @@ their relative frequencies, scaled like a probability. A database of hosts that last contacted this host, or were contacted by this host, and includes the times at which they were last observed. -### state/cflock.lmdb +### state/cf_lock.lmdb A database of active and inactive promise locks and their expiry times. Deleting this database will reset all lock protections in CFEngine.