1258400Sdteske# Copyright (c) 2013 Devin Teske
2258400Sdteske# All rights reserved.
3258400Sdteske#
4258400Sdteske# Redistribution and use in source and binary forms, with or without
5258400Sdteske# modification, are permitted provided that the following conditions
6258400Sdteske# are met:
7258400Sdteske# 1. Redistributions of source code must retain the above copyright
8258400Sdteske#    notice, this list of conditions and the following disclaimer.
9258400Sdteske# 2. Redistributions in binary form must reproduce the above copyright
10258400Sdteske#    notice, this list of conditions and the following disclaimer in the
11258400Sdteske#    documentation and/or other materials provided with the distribution.
12258400Sdteske#
13258400Sdteske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14258400Sdteske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15258400Sdteske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16258400Sdteske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17258400Sdteske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18258400Sdteske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19258400Sdteske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20258400Sdteske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21258400Sdteske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22258400Sdteske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23258400Sdteske# SUCH DAMAGE.
24258400Sdteske#
25258400Sdteske# $FreeBSD: releng/11.0/usr.sbin/bsdconfig/includes/include/messages.subr 258400 2013-11-20 20:37:21Z dteske $
26258400Sdteske
27258400Sdteskemsg_functions_in="Functions in %s:"
28258400Sdteskemsg_functions_in_matching="Functions in %s matching \`%s':"
29