diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T11·24+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-26T11·24+0000 |
commit | 2a4bac5459f42764b39ac70f906f5dd3330a3ac5 (patch) | |
tree | bbfd82cfe6e081bd0f83722e9c3aa3abd9f831c3 /doc/manual/installation.xml | |
parent | bd0ce1a4be6612cf53d9d31f1cbe1b25085ccf75 (diff) |
* Refactoring.
* Convert tabs to spaces.
Diffstat (limited to 'doc/manual/installation.xml')
-rw-r--r-- | doc/manual/installation.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index bec9ebb212c1..f9bd0a742fdf 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -20,8 +20,8 @@ <para> Nix can be obtained from its <ulink - url='http://losser.st-lab.cs.uu.nl:12080/repos/trace/nix/trunk'>Subversion - repository</ulink>. For example, the following command will check out + url='http://losser.st-lab.cs.uu.nl:12080/repos/trace/nix/trunk'>Subversion + repository</ulink>. For example, the following command will check out the latest revision into a directory called <filename>nix</filename>: </para> @@ -30,11 +30,11 @@ $ svn checkout http://losser.st-lab.cs.uu.nl:12080/repos/trace/nix/trunk nix</sc <para> Likewise, specific releases can be obtained from the <ulink - url='http://losser.st-lab.cs.uu.nl:12080/repos/trace/nix/tags'>tags - directory</ulink> of the repository. If you don't have Subversion, you + url='http://losser.st-lab.cs.uu.nl:12080/repos/trace/nix/tags'>tags + directory</ulink> of the repository. If you don't have Subversion, you can download a <ulink - url='http://losser.st-lab.cs.uu.nl:12080/dist/trace/'>compressed - tar-file</ulink> of the latest revision of the repository. + url='http://losser.st-lab.cs.uu.nl:12080/dist/trace/'>compressed + tar-file</ulink> of the latest revision of the repository. </para> </sect1> @@ -63,9 +63,9 @@ $ make install</screen> <warning> <para> - It is advisable <emphasis>not</emphasis> to change the installation - prefix, since doing so will in all likelihood make it impossible to use - derivates built on other systems. + It is advisable <emphasis>not</emphasis> to change the installation + prefix, since doing so will in all likelihood make it impossible to use + derivates built on other systems. </para> </warning> |