Browse Source

Some doc about error output spelling correction.

master
freesource 23 years ago
parent
commit
2a2483ba7f
  1. 4
      gbootroot

4
gbootroot

@ -452,10 +452,10 @@ start_logging_output($verbosefn,$verbosity); # Yard "tmp dir name"
# box and to the LOGFILE $tmp/verbosity. Realative to the slider 1 == 2 and
# 0 == 1.
#
# warning("text") produces 0=blue output with "Warning: " appended and keeps
# warning("text") produces 0=blue output with "Warning: " prepended and keeps
# count of warning via the $Warnings variable.
#
# warning_test("text") is like warning except that it doesnt append any
# warning_test("text") is like warning except that it doesnt prepend any
# text, and doesn't keep count of anything.
#
# error("text") returns ERROR, writes to verbosity box (Error: "text"), and

Loading…
Cancel
Save