From 74cd89413cd24f20d260d68e45314734087ec56d Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 3 Feb 2022 14:46:33 -0500
Subject: [PATCH] be specific

---
 docs/source/designs/backup-recovery.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/source/designs/backup-recovery.rst b/docs/source/designs/backup-recovery.rst
index 07668cc..a0dc7da 100644
--- a/docs/source/designs/backup-recovery.rst
+++ b/docs/source/designs/backup-recovery.rst
@@ -322,7 +322,7 @@ The replication process is as follows:
 #. Replication is configured using the external interface.
 
    #. The *replica directory*,
-      a new mutable directory,
+      a new mutable [19]_ directory,
       is created on grid.
    #. The write capability is written to the Tahoe-LAFS client node's private directory. [18]_
    #. The read capability is returned to the external caller.
@@ -613,3 +613,5 @@ Footnotes
 
 	If the write capability is somehow lost from this directory *without* the whole client being lost then the replica will have to be reconfigured.
 	This is not a catastrophic failure mode since even as it progresses the old replica directory remains available for recovery.
+
+.. [19] In this document "mutable" refers to Tahoe-LAFS SDMF or MDMF capabilities.
-- 
GitLab