diff --git a/doc/manual/src/glossary.md b/doc/manual/src/glossary.md
index f4c51588d..77de58965 100644
--- a/doc/manual/src/glossary.md
+++ b/doc/manual/src/glossary.md
@@ -12,13 +12,9 @@
`/nix/store`.
From the perspective of the location where Nix is
- invoked1, the Nix store can be referred to
+ invoked, the Nix store can be referred to
as a "_local_" or a "_remote_" one:
- \[1]: Where "invoking Nix" means an executing a Nix core
- action/operation on a Nix store. For example, using any CLI
- commands from the `NixOS/nix` implementation.
-
+ A *local store* exists on the local filesystem of
the machine where Nix is invoked. You can use other
local stores by passing the `--store` flag to the