Update function description for API tool:

bsdconfig includes -dF f_validate_hostname
This commit is contained in:
Devin Teske 2013-11-20 22:12:21 +00:00
parent 630c6be951
commit c5f2a20e13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258407

View File

@ -110,10 +110,11 @@ f_struct_define DHCP_LEASE \
# begin or end with a hyphen).
# 3 One or more individual labels within the hostname are null.
#
# f_dialog_validate_hostname $hostname
# To call this function and display an appropriate error message to the user
# based on the above error codes, use the following function defined in
# dialog.subr:
#
# If the hostname is determined to be invalid, the appropriate error will be
# displayed using the f_show_msg function.
# f_dialog_validate_hostname $hostname
#
f_validate_hostname()
{