Skip to content

Commit

Permalink
added escaped underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
nickanderson committed Nov 20, 2023
1 parent 09c7c6e commit 5310e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion overview/directory-structure.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5310e5a

Please sign in to comment.