diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-20 09:34:36 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-20 09:43:08 +0200 |
commit | 52473c478efac9c86918e4e2ff6e7d575bc61918 (patch) | |
tree | 8003160f0f405de6f35cafd0f7db28f1123f2c06 /hurd | |
parent | 6f6b4339d9425347c68f3d6675bd2524e1403ac2 (diff) |
Briefly explain the copy store.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/libstore.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/libstore.mdwn b/hurd/libstore.mdwn index 2e96eb45..75d38561 100644 --- a/hurd/libstore.mdwn +++ b/hurd/libstore.mdwn @@ -24,7 +24,7 @@ device node below `/dev`... * `concat`: concatenate stuff. * `remap`: remap stuff. * `query`: TODO: what's this? -* `copy`: TODO: what's this good for? +* `copy`: provide a copy-on-write version of the backend; the changes are discarded on termination. * `gunzip`: `gunzip` data on the fly. * `bunzip2`: `bunzip2` data on the fly. * `nbd`: network block device (Linux-compatible). |