]> git.proxmox.com Git - pve-container.git/commitdiff
use ascicode compatible markup
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 23 Mar 2016 09:36:19 +0000 (10:36 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 23 Mar 2016 09:36:19 +0000 (10:36 +0100)
s/Note:/NOTE:/

src/PVE/LXC/Config.pm

index a5c756f5416c7493ef1ac0d731fb9c60dd744245..937ff837965b27b3d790cbe30d391e45cd414e46 100644 (file)
@@ -270,7 +270,7 @@ my $confdesc = {
     cpulimit => {
        optional => 1,
        type => 'number',
-       description => "Limit of CPU usage. Note if the computer has 2 CPUs, it has a total of '2' CPU time. Value '0' indicates no CPU limit.",
+       description => "Limit of CPU usage.\n\nNOTE: If the computer has 2 CPUs, it has a total of '2' CPU time. Value '0' indicates no CPU limit.",
        minimum => 0,
        maximum => 128,
        default => 0,