summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-06-06 10:42:22 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-06-06 10:42:22 -0400
commit8808ac797cbbd26dfb2a9b2e76f668ea42d3827a (patch)
tree444c287282d88914de926f098376f35cfdfafa84 /docs
parent3774bbc6343e51b4229255b2d6c834ba5a4bb7ed (diff)
downloadthird_party-cobbler-8808ac797cbbd26dfb2a9b2e76f668ea42d3827a.tar.gz
third_party-cobbler-8808ac797cbbd26dfb2a9b2e76f668ea42d3827a.tar.xz
third_party-cobbler-8808ac797cbbd26dfb2a9b2e76f668ea42d3827a.zip
Fix manpage typo
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 c42781f..72279dd 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -175,7 +175,7 @@ This is an advanced feature.
Profiles may inherit from other profiles in lieu of specifing --distro. Inherited profiles will override any settings specified in their parent, with the exception of --ksmeta (templating) and --kopts (kernel options), which will be blended together.
-Example: If profile A has --kopts="x=7 y=2", B inherits from A, and B has --kopts="x=9 z=2", the actual kernel options that will be used for B are "x=7 y=2 z=2".
+Example: If profile A has --kopts="x=7 y=2", B inherits from A, and B has --kopts="x=9 z=2", the actual kernel options that will be used for B are "x=9 y=2 z=2".
Example: If profile B has --virt-ram=256 and A has --virt-ram of 512, profile B will use the value 256.
Example: If profile A has a --virt-file-size of 5 and B does not specify a size, B will use the value from A.