summaryrefslogtreecommitdiff
path: root/mk/help/msg.help
blob: 890bc5ecb4728666f514f463d35ac7f33403222b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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.
#