diff --git a/doc/README.twom.md b/doc/README.twom.md index 2854b1b8af..47e23f4643 100644 --- a/doc/README.twom.md +++ b/doc/README.twom.md @@ -106,7 +106,7 @@ Structures named `twom_` are public, `tm_` are entirely internal. ## Locking -Twom uses a two-phase locking system, as described in [a stackoverflow post](https://stackoverflow.com/questions/27625597/how-to-implement-a-writer-preferring-read-write-lock-for-nix-processes). +Twom uses fcntl for locking, specifically a two-phase locking system, as described in [a stackoverflow post](https://stackoverflow.com/questions/27625597/how-to-implement-a-writer-preferring-read-write-lock-for-nix-processes). Copying the key parts here: