From 2cd590d96c7bfa6843384073102099b545097c93 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 18 Oct 2004 12:22:14 +0000 Subject: [PATCH] * 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. --- doc/manual/nix-store.xml | 8 ++++---- doc/manual/package-management.xml | 16 ++++++++-------- doc/manual/writing-nix-expressions.xml | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 522de60d36..9592396c38 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -171,10 +171,10 @@ live store paths, which are all the store paths reachable from a set of root 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. diff --git a/doc/manual/package-management.xml b/doc/manual/package-management.xml index a6ef0c947d..470cb80a09 100644 --- a/doc/manual/package-management.xml +++ b/doc/manual/package-management.xml @@ -2,7 +2,7 @@ This chapter discusses how to do package management with Nix, i.e., how to obtain, install, upgrade, and erase components. This is -the user's perspective of the Nix system — people +the user's perspective of the Nix system — people who want to create components should consult . @@ -18,7 +18,7 @@ available for installation. on the set of installed applications. That is, there might be lots of applications present on the system (possibly in many different versions), but users can have a specific selection of those -active — where active just means that it appears +active — where active just means that it appears in a directory in the user's PATH. Such a view on the set of installed applications is called a @@ -95,11 +95,11 @@ url='http://subversion.tigris.org/'>Subversion version management system). When you do this for the first time, Nix will start building -Subversion and all its dependencies. This will take quite a while -— typically an hour or two on modern machines. Fortunately, -there is a faster way (so just do a Ctrl-C on that install -operation!): you just need to tell Nix that pre-built binaries of all -those components are available somewhere. This is done using the +Subversion and all its dependencies. This will take quite a while — +typically an hour or two on modern machines. Fortunately, there is a +faster way (so just do a Ctrl-C on that install operation!): you just +need to tell Nix that pre-built binaries of all those components are +available somewhere. This is done using the nix-pull command, which must be supplied with a URL containing a manifest describing what binaries are available. This URL should correspond to the Nix Packages release @@ -137,7 +137,7 @@ defined by some pretty much arbitrary rules regarding ordering of version numbers (which generally do what you'd expect of them). To just unconditionally replace Subversion with whatever version is in the Nix expressions, use -i instead of --u-i will +-u-i will remove whatever version is already installed. You can also upgrade all components for which there are newer diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml index c4ea5d1f39..eb366c249c 100644 --- a/doc/manual/writing-nix-expressions.xml +++ b/doc/manual/writing-nix-expressions.xml @@ -2,7 +2,7 @@ A simple Nix expression -This section shows how to write simple Nix expressions—the +This section shows how to write simple Nix expressions — the things that describe how to build a package. Nix expression for GNU Hello @@ -139,8 +139,8 @@ must not be null and it must have been built using the same instance of the expat library as was passed to the Subversion expression. This is since the Subversion code is dynamically linked against the Apache code and they both use Expat, -they must be linked against the same instance—otherwise a -conflict might occur. +they must be linked against the same instance — otherwise a conflict +might occur.