summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-28 10:57:54 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-08-28 10:57:54 -0400
commit8f5a8a3491599b22ff865fa884326afeff742b77 (patch)
tree1279861b4c2ff402ddf8f23c5d2fc74a359e546b /docs
parente841d0dffc5ee932d33ebbf296da6b12a8ef0f89 (diff)
downloadthird_party-cobbler-8f5a8a3491599b22ff865fa884326afeff742b77.tar.gz
third_party-cobbler-8f5a8a3491599b22ff865fa884326afeff742b77.tar.xz
third_party-cobbler-8f5a8a3491599b22ff865fa884326afeff742b77.zip
Fix typo in manpage.
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 9cfe5fb..ba6758b 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -487,7 +487,7 @@ When working with Cheetah, be sure to escape any shell macros that look like "$(
=head2 KICKSTART SNIPPETS
-Anywhere a kickstart template mentions SNIPPET::snippet_name, the file named /var/lib/cobbler/snippet/snippet_name (if present) will be included automatically in the kickstart template. This serves as a way to recycle frequently used kickstart snippets without duplication. Snippets can contain templating variables, and the variables will be evaluated according to the profile and/or system as one would expect.
+Anywhere a kickstart template mentions SNIPPET::snippet_name, the file named /var/lib/cobbler/snippets/snippet_name (if present) will be included automatically in the kickstart template. This serves as a way to recycle frequently used kickstart snippets without duplication. Snippets can contain templating variables, and the variables will be evaluated according to the profile and/or system as one would expect.
=head2 KICKSTART VALIDATION