1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

Some doc about error output spelling correction.

This commit is contained in:
freesource 2001-12-07 08:18:20 +00:00
parent 18122cd250
commit 2a2483ba7f

View File

@ -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