doc: Escape `&'.

svn path=/nixos/trunk/; revision=26213
This commit is contained in:
Ludovic Courtès 2011-03-08 21:31:00 +00:00
parent d028ec95d0
commit 36cf4ba40b
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ $ qemu-system-x86_64 -kernel ./kernel/bzImage -initrd ./initrd/initrd -hda /dev/
> startAll;
(the VMs start booting)
> $server->waitForJob("nfs-kernel-nfsd");
> $client1->succeed("flock -x /data/lock -c 'sleep 100000' &");
> $client1->succeed("flock -x /data/lock -c 'sleep 100000' &");
> $client2->fail("flock -n -s /data/lock true");
> $client1->shutdown;
(this releases client1's lock)