Skip to content

Commit 78ab98c

Browse files
committed
Fix markdown escape in config-linux
Signed-off-by: Odin Ugedal <[email protected]>
1 parent 7a49e34 commit 78ab98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,9 +394,9 @@ For more information, see the kernel cgroups documentation about [HugeTLB][cgrou
394394
Each entry has the following structure:
395395

396396
* **`pageSize`** *(string, REQUIRED)* - hugepage size
397-
The value has the format "<size><unit-prefix>B" (64KB, 2MB, 1GB), and must match the <hugepagesize> of the
398-
corresponding control file found in "/sys/fs/cgroup/hugetlb/hugetlb.<hugepagesize>.limit_in_bytes".
399-
Values of <unit-prefix> are intended to be parsed using base 1024 ("1KB" = 1024, "1MB" = 1048576, etc).
397+
The value has the format `<size><unit-prefix>B` (64KB, 2MB, 1GB), and must match the `<hugepagesize>` of the
398+
corresponding control file found in `/sys/fs/cgroup/hugetlb/hugetlb.<hugepagesize>.limit_in_bytes`.
399+
Values of `<unit-prefix>` are intended to be parsed using base 1024 ("1KB" = 1024, "1MB" = 1048576, etc).
400400
* **`limit`** *(uint64, REQUIRED)* - limit in bytes of *hugepagesize* HugeTLB usage
401401

402402
#### Example

0 commit comments

Comments
 (0)