Browse Source

Improving doc.

master
freesource 23 years ago
parent
commit
18ba567e2f
  1. 8
      BootRoot/BootRoot.pm
  2. 4
      doc/html/index.html

8
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 <dev>=<config> remove <dev> " .
" switch <umid> version help",
"1. sysrq [0-9|b|e|i|l|m|p|r|s|t|u] \n" .
"2. reboot halt \n" .
"3. config <dev>=<config>\n4. remove <dev>\n" .
"5. switch <umid>\n6. version help",
"" );
$eab4->signal_connect("activate",
sub {

4
doc/html/index.html

@ -3,7 +3,7 @@
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
alink="#FF0000">
<center>$Id: index.html,v 1.57 2001/12/23 20:28:00 freesource Exp $</center>
<center>$Id: index.html,v 1.58 2001/12/23 20:39:16 freesource Exp $</center>
<p>
@ -272,7 +272,7 @@ Documentation/sysrq.txt in the Linux sources.
"Options"&nbsp;&nbsp;Enter uml command-line options like: <code>mem=64,
devfs=nomount</code>.&nbsp;&nbsp;The <code>umid</code> 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.&nbsp;&nbsp;The umid value may be changed by
altering the value for the <code>switch</code> option in the mconsole entry
box to allow control of a different Linux virtual machine.

Loading…
Cancel
Save