From 8808ac797cbbd26dfb2a9b2e76f668ea42d3827a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 6 Jun 2008 10:42:22 -0400 Subject: Fix manpage typo --- docs/cobbler.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cobbler.pod') 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. -- cgit