From b7a8b26d097a3c9e616c0396662b6a229bed7663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 9 Mar 2011 10:38:18 +0000 Subject: [PATCH] doc: Fix the manual. svn path=/nixos/trunk/; revision=26220 --- doc/manual/development.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/development.xml b/doc/manual/development.xml index 0278c617d51..9d0b42c4349 100644 --- a/doc/manual/development.xml +++ b/doc/manual/development.xml @@ -381,8 +381,8 @@ $ qemu-system-x86_64 -kernel ./kernel/bzImage -initrd ./initrd/initrd -hda /dev/ the location in the Nix store of the test results (e.g., screenshots, test reports, and so on). In particular, a pretty-printed log of the test is written to - log.html, which can be viewed using something - like: + log.html, which can be viewed using a web + browser like this: $ icecat result/log.html @@ -402,7 +402,7 @@ $ qemu-system-x86_64 -kernel ./kernel/bzImage -initrd ./initrd/initrd -hda /dev/ virtual machines defined in the NFS test using QEMU/KVM. The root file system of the VMs is created on the fly and kept across VM restarts in - ./hostname.qcow2. + ./hostname.qcow2.