summaryrefslogtreecommitdiffstats
path: root/src/core/settings.c
diff options
context:
space:
mode:
authorMichael Brown2011-03-23 22:21:12 +0100
committerMichael Brown2011-03-23 22:21:12 +0100
commit02a6f46c0984be8818db061210b61295d9c3e245 (patch)
treeba918d5e2ad2f1bd171ee7079aadba007dcccc0e /src/core/settings.c
parent[settings] Avoid memory leak when unregistering autovivified settings blocks (diff)
downloadipxe-02a6f46c0984be8818db061210b61295d9c3e245.tar.gz
ipxe-02a6f46c0984be8818db061210b61295d9c3e245.tar.xz
ipxe-02a6f46c0984be8818db061210b61295d9c3e245.zip
[settings] Match terminology in online documentation
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core/settings.c')
-rw-r--r--src/core/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/settings.c b/src/core/settings.c
index 9b924bc8..0a8c5f68 100644
--- a/src/core/settings.c
+++ b/src/core/settings.c
@@ -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,
};