diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-28T09·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-28T09·10+0000 |
commit | e2eed05224ed9bbc64014db9158bbc42bd3d9bef (patch) | |
tree | a23905536d2644fd7bf80035b915f3011b987f95 /doc/manual/introduction.xml | |
parent | 4ad6fb7ea3e18361b6021a23a7401af4085d3602 (diff) |
* Manual updates.
* Documented nix-{pack,unpack}-closure.
Diffstat (limited to 'doc/manual/introduction.xml')
-rw-r--r-- | doc/manual/introduction.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/manual/introduction.xml b/doc/manual/introduction.xml index 644e62e3c08e..8080c80d7bb4 100644 --- a/doc/manual/introduction.xml +++ b/doc/manual/introduction.xml @@ -3,11 +3,6 @@ <title>Introduction</title> -<!-- -<epigraph><para><quote>The number of Nix installations in the world -has grown to 5, with more expected.</quote></para></epigraph> ---> - <para>Nix is a system for the deployment of software. Software deployment is concerned with the creation, distribution, and management of software components (<quote>packages</quote>). Its main |