From 18ba567e2fa2866aadfc1a4734e767e8a065c41d Mon Sep 17 00:00:00 2001 From: freesource Date: Sun, 23 Dec 2001 21:12:46 +0000 Subject: [PATCH] Improving doc. --- BootRoot/BootRoot.pm | 8 ++++---- doc/html/index.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BootRoot/BootRoot.pm b/BootRoot/BootRoot.pm index 01bfdd7..a891682 100644 --- a/BootRoot/BootRoot.pm +++ b/BootRoot/BootRoot.pm @@ -1349,10 +1349,10 @@ sub uml_box { $eab4 = entry_advanced(3,5,0,1,14,$table_uml); $tooltips->set_tip( $eab4, "Pass commands to the mconsole.\n" . - "sysrq [0-9|b|e|i|l|m|p|r|s|t|u] " . - " reboot halt " . - " config = remove " . - " switch version help", + "1. sysrq [0-9|b|e|i|l|m|p|r|s|t|u] \n" . + "2. reboot halt \n" . + "3. config =\n4. remove \n" . + "5. switch \n6. version help", "" ); $eab4->signal_connect("activate", sub { diff --git a/doc/html/index.html b/doc/html/index.html index 7786bf2..34aee32 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -3,7 +3,7 @@ -
$Id: index.html,v 1.57 2001/12/23 20:28:00 freesource Exp $
+
$Id: index.html,v 1.58 2001/12/23 20:39:16 freesource Exp $

@@ -272,7 +272,7 @@ Documentation/sysrq.txt in the Linux sources. "Options"  Enter uml command-line options like: mem=64, devfs=nomount.  The umid option is used by -the Reboot and Halt to determine which Linux virtual machine is +Reboot, Halt, and the mconsole to determine which Linux virtual machine is running.  The umid value may be changed by altering the value for the switch option in the mconsole entry box to allow control of a different Linux virtual machine.