Author: sandervanderburg
Date: Wed Oct 20 13:26:47 2010
New Revision: 24386
URL: https://svn.nixos.org/websvn/nix/?rev=24386&sc=1

Log:
Fixed some typos in the manual pages

Modified:
   disnix/disnix/trunk/doc/manual/disnix-collect-garbage.xml
   disnix/disnix/trunk/doc/manual/disnix-env.xml
   disnix/disnix/trunk/doc/manual/disnix-service.xml

Modified: disnix/disnix/trunk/doc/manual/disnix-collect-garbage.xml
==============================================================================
--- disnix/disnix/trunk/doc/manual/disnix-collect-garbage.xml   Wed Oct 20 
13:18:39 2010        (r24385)
+++ disnix/disnix/trunk/doc/manual/disnix-collect-garbage.xml   Wed Oct 20 
13:26:47 2010        (r24386)
@@ -27,7 +27,7 @@
                <title>Description</title>
                
                <para>
-                       The command <command>disnix-collect-garbage</command> 
collects all garbage from all the machines defined in a infrastructure
+                       The command <command>disnix-collect-garbage</command> 
collects all garbage from all the machines defined in an infrastructure
                        Nix expression and optionally removes all the older 
profiles.
                </para>
        </refsection>

Modified: disnix/disnix/trunk/doc/manual/disnix-env.xml
==============================================================================
--- disnix/disnix/trunk/doc/manual/disnix-env.xml       Wed Oct 20 13:18:39 
2010        (r24385)
+++ disnix/disnix/trunk/doc/manual/disnix-env.xml       Wed Oct 20 13:26:47 
2010        (r24386)
@@ -123,7 +123,7 @@
                                                Nix profile path where the 
manifest should be stored, so that Disnix knows the current configuration
                                                of a distributed system. By 
default it is stored in the profile directory of the user.
                                                Most users do not want to use 
this option directly, but it is used by e.g. the virtualization
-                                               extension to store virtual 
machine profile in a separate directory.
+                                               extension to store a virtual 
machine network configuration in a separate directory.
                                        </para>
                                </listitem>
                        </varlistentry>

Modified: disnix/disnix/trunk/doc/manual/disnix-service.xml
==============================================================================
--- disnix/disnix/trunk/doc/manual/disnix-service.xml   Wed Oct 20 13:18:39 
2010        (r24385)
+++ disnix/disnix/trunk/doc/manual/disnix-service.xml   Wed Oct 20 13:26:47 
2010        (r24386)
@@ -42,7 +42,7 @@
                        executing deployment operations instead of SSH.
                </para>
                <para>
-                       The <command>disnix-service</command> also requires 
activation modules. Since a service can have
+                       The <command>disnix-service</command> also requires 
activation scripts. Since a service can have
                        basically any form and can be deployed on various 
platforms and architectures, there is
                        no generic way to activate them. The service therefore 
needs to know which activation module
                        scripts it can use, to map activation types on 
activation modules.
@@ -57,7 +57,7 @@
                                
<term><option>--activation-modules-dir</option></term>
                                <listitem>
                                        <para>
-                                               Directory where the activation 
modules can be found.
+                                               Directory where the activation 
scripts can be found.
                                        </para>
                                </listitem>
                        </varlistentry>
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to