diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-18T12·22+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-10-18T12·22+0000 |
commit | 2cd590d96c7bfa6843384073102099b545097c93 (patch) | |
tree | 1e25900879965b65a85723b900ef106ab5fc859b /doc/manual/nix-store.xml | |
parent | 692204e0c5565d14fce0a62527bf2b0b91f82753 (diff) |
* Instead of — use the actual Unicode character. By the way, to
edit the manual, you should have something like (modify-coding-system-alist 'file "\\.xml\\>" 'utf-8) in your ~/.emacs.
Diffstat (limited to 'doc/manual/nix-store.xml')
-rw-r--r-- | doc/manual/nix-store.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 522de60d3696..9592396c38ed 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -171,10 +171,10 @@ <quote>live</quote> store paths, which are all the store paths reachable from a set of <quote>root</quote> store expressions read from standard input. Live paths should - never be deleted, since that would break consistency - — it would become possible that applications are - installed that reference things that are no longer - present in the store. + never be deleted, since that would break consistency — + it would become possible that applications are installed + that reference things that are no longer present in the + store. </para> </listitem> </varlistentry> |