summaryrefslogtreecommitdiff
path: root/Documentation/virtual/lguest/lguest.txt
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2011-05-06 09:27:36 -0700
committerRandy Dunlap <randy.dunlap@oracle.com>2011-05-06 09:27:55 -0700
commit61516587513c84ac26e68e3ab008dc6e965d0378 (patch)
treeb901d64de6588e2a50b0ac6e6855805de62eb2c8 /Documentation/virtual/lguest/lguest.txt
parent570aa13a5dbea9b905b4cd6315aa6e1b3a9fd2f8 (diff)
Correct occurrences of
- Documentation/kvm/ to Documentation/virtual/kvm - Documentation/uml/ to Documentation/virtual/uml - Documentation/lguest/ to Documentation/virtual/lguest throughout the kernel source tree. Signed-off-by: Rob Landley <rob@landley.net> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Diffstat (limited to 'Documentation/virtual/lguest/lguest.txt')
-rw-r--r--Documentation/virtual/lguest/lguest.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/virtual/lguest/lguest.txt b/Documentation/virtual/lguest/lguest.txt
index dad99978a6a8..bff0c554485d 100644
--- a/Documentation/virtual/lguest/lguest.txt
+++ b/Documentation/virtual/lguest/lguest.txt
@@ -74,7 +74,8 @@ Running Lguest:
- Run an lguest as root:
- Documentation/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 --block=rootfile root=/dev/vda
+ Documentation/virtual/lguest/lguest 64 vmlinux --tunnet=192.168.19.1 \
+ --block=rootfile root=/dev/vda
Explanation:
64: the amount of memory to use, in MB.