From d028ec95d0fc465fc178d8ee67ab1ec5c9eb54b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 8 Mar 2011 21:14:21 +0000 Subject: [PATCH] doc: Escape `>'. svn path=/nixos/trunk/; revision=26212 --- doc/manual/development.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/manual/development.xml b/doc/manual/development.xml index 44edc54f8147..b661e44b0820 100644 --- a/doc/manual/development.xml +++ b/doc/manual/development.xml @@ -413,21 +413,21 @@ $ qemu-system-x86_64 -kernel ./kernel/bzImage -initrd ./initrd/initrd -hda /dev/ $ nix-build tests/ -A nfs.driver $ ./result/bin/nixos-test-driver starting VDE switch for network 1 - > + > Perl statements can now be typed in to start or manipulate the VMs: - > startAll; + > startAll; (the VMs start booting) - > $server->waitForJob("nfs-kernel-nfsd"); - > $client1->succeed("flock -x /data/lock -c 'sleep 100000' &"); - > $client2->fail("flock -n -s /data/lock true"); - > $client1->shutdown; + > $server->waitForJob("nfs-kernel-nfsd"); + > $client1->succeed("flock -x /data/lock -c 'sleep 100000' &"); + > $client2->fail("flock -n -s /data/lock true"); + > $client1->shutdown; (this releases client1's lock) - > $client2->succeed("flock -n -s /data/lock true"); + > $client2->succeed("flock -n -s /data/lock true"); The function testScript executes the entire