Remove trailing whitespace

This commit is contained in:
Eelco Dolstra
2013-01-22 14:41:02 +01:00
parent aa28ffe3a8
commit 67aefde62c
65 changed files with 1034 additions and 1034 deletions

View File

@ -54,7 +54,7 @@
regular package management system. Thus, you can use Hydra on a
Debian, Fedora, SuSE, or Ubuntu system.
</para>
</section>
<section>
@ -104,7 +104,7 @@ nix-env -i hydra</screen>
<screen>
hydra-build hydra-init hydra-update-gc-roots
hydra-eval-jobs hydra-queue-runner
hydra-eval-jobs hydra-queue-runner
hydra-evaluator hydra-server
</screen>
</para>
@ -191,7 +191,7 @@ hydra-init</screen>
<title>Getting Started</title>
<para>
To start the Hydra web server, execute:
To start the Hydra web server, execute:
<screen>
hydra-server</screen>
@ -225,7 +225,7 @@ hydra-server</screen>
functional, though it's possible to temporarily stop any one of
them for maintenance purposes, for instance.
</para>
</section>
</chapter>

View File

@ -219,8 +219,8 @@
<link
xlink:href="http://hydra.nixos.org/"><literal>http://hydra.nixos.org/</literal></link>.
That installation is used to build software components from the
<link xlink:href="http://nixos.org">Nix</link>,
That installation is used to build software components from the
<link xlink:href="http://nixos.org">Nix</link>,
<link xlink:href="http://nixos.org/nixos">NixOS</link>,
<link xlink:href="http://www.gnu.org/">GNU</link>,
<link xlink:href="http://strategoxt.org">Stratego/XT</link>,

View File

@ -58,12 +58,12 @@
</copyright>
<date>March 2010</date>
</info>
<xi:include href="introduction.xml" />
<xi:include href="installation.xml" />
<xi:include href="projects.xml" />
</book>

View File

@ -45,7 +45,7 @@ Identifier: patchelf
get an error message such as:
<screen>
I'm very sorry, but an error occurred:
I'm very sorry, but an error occurred:
DBIx::Class::ResultSet::create(): DBI Exception: DBD::SQLite::st execute failed: column name is not unique(19) at dbdimp.c line 402
</screen>
@ -122,14 +122,14 @@ Nix expression: release.nix in input patchelfSrc
be added. For patchelf we declare the following inputs.
<screen>
patchelfSrc
patchelfSrc
'Subversion checkout' https://svn.nixos.org/repos/nix/patchelf/trunk
nixpkgs 'Subversion checkout' https://svn.nixos.org/repos/nix/nixpkgs/trunk
officialRelease Boolean false
system String value "i686-linux"
system String value "i686-linux"
</screen>
</para>
</section>
@ -389,7 +389,7 @@ $ nix-build -I ~/src release.nix -A build
The <varname>build</varname> job reuses the result of the
<varname>tarball</varname> job, rebuilding it only if it needs to.
</para>
</section>
<section>