From 17327b2bad35c04567685a2488552300b0b30118 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 20 Nov 2008 18:10:04 -0500 Subject: Updated web and manpage info on static route syntax --- docs/cobbler.pod | 2 +- webui_templates/system_edit.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cobbler.pod b/docs/cobbler.pod index 37f34a6c..9a2f7628 100644 --- a/docs/cobbler.pod +++ b/docs/cobbler.pod @@ -299,7 +299,7 @@ This is a per-interface setting. =item --static-routes -This is a space delimited list of ipaddress:subnet:gateway routing information. Most systems will not need this information. +This is a space delimited list of ip/mask:gateway routing information in that format. Most systems will not need this information. This is a per-interface setting. diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl index 812ea439..1e5be16b 100644 --- a/webui_templates/system_edit.tmpl +++ b/webui_templates/system_edit.tmpl @@ -907,7 +907,7 @@ function page_onload() { -

optional list of ipaddress:netmask:gateway, space delimited

+

optional list of ip/mask:gateway formatted routes, space delimited

-- cgit