ece83b3456
ERROR_MSG and FATAL_MSG commands.
19 lines
586 B
Text
19 lines
586 B
Text
# $NetBSD: msg.help,v 1.1 2007/01/12 07:54:30 rillig Exp $
|
|
#
|
|
|
|
# INFO_MSG
|
|
# A shell command that prints the word "INFO:", followed by its
|
|
# arguments, onto stdout. Exits with EXIT_SUCCESS.
|
|
#
|
|
# WARNING_MSG
|
|
# A shell command that prints the word "WARNING:", followed by its
|
|
# arguments, onto stderr. Exits with EXIT_SUCCESS.
|
|
#
|
|
# ERROR_MSG
|
|
# A shell command that prints the word "ERROR:", followed by its
|
|
# arguments, onto stderr. Exits with EXIT_SUCCESS(!).
|
|
#
|
|
# FAIL_MSG
|
|
# A shell command that prints the word "ERROR:", followed by its
|
|
# arguments, onto stderr. Exits with EXIT_FAILURE.
|
|
#
|