[settings] Match terminology in online documentation

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-03-23 21:21:12 +00:00
parent 071b4000d9
commit 02a6f46c09
6 changed files with 12 additions and 12 deletions

View File

@@ -1714,7 +1714,7 @@ struct setting filename_setting __setting ( SETTING_BOOT ) = {
/** Root path setting */
struct setting root_path_setting __setting ( SETTING_SANBOOT ) = {
.name = "root-path",
.description = "iSCSI root path",
.description = "SAN root path",
.tag = DHCP_ROOT_PATH,
.type = &setting_type_string,
};
@@ -1738,7 +1738,7 @@ struct setting password_setting __setting ( SETTING_AUTH ) = {
/** Priority setting */
struct setting priority_setting __setting ( SETTING_MISC ) = {
.name = "priority",
.description = "Priority of these settings",
.description = "Settings priority",
.tag = DHCP_EB_PRIORITY,
.type = &setting_type_int8,
};