From 7cb3958e4ba0b12fcc7cfa802c930b67d419e8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 8 Mar 2011 21:54:18 +0000 Subject: [PATCH] doc: Use a , not a . svn path=/nixos/trunk/; revision=26214 --- doc/manual/development.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/development.xml b/doc/manual/development.xml index 4ae2ba038965..0278c617d51c 100644 --- a/doc/manual/development.xml +++ b/doc/manual/development.xml @@ -359,9 +359,9 @@ $ qemu-system-x86_64 -kernel ./kernel/bzImage -initrd ./initrd/initrd -hda /dev/ The tests/ directory in the NixOS source tree contains several whole-system unit tests. - These tests can be runNixOS tests can be run both from + These tests can be runNixOS tests can be run both from NixOS and from a non-NixOS GNU/Linux distribution, provided the - Nix package manager is installed. from the NixOS + Nix package manager is installed. from the NixOS source tree as follows: