From 397d25cfc46771097511e3f1bd94f746221172f4 Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 24 Aug 2001 22:39:42 +0000 Subject: [PATCH] Explains better how to use Abort on the Uml Box. --- gbootroot | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gbootroot b/gbootroot index 26d6be9..a610c3a 100755 --- a/gbootroot +++ b/gbootroot @@ -1237,8 +1237,13 @@ sub uml_box { my $abort_b = button_advanced(1,2,3,4,"Abort",$table_uml); $tooltips->set_tip( $abort_b, "Abort uml kernel processes." . - "Use with care, `shutdown -h now` " . - "is preferable.", + "This serves two purposes:\n" . + "1. Your creation doesn't boot.\n" . + "2. Your creation does work and" . + " you use something like" . + " `shutdown -h now`. When you are all done use" . + " Abort because it provides an excellent" . + " way to kill any ghost processes.", "" ); $abort_b->signal_connect("clicked", sub {