The <pre/> section is rendered as-is on the page. That is, if all
the lines are prefixed with 4 spaces the rendered page will also
have them. Problem is if we put a box around such <pre/> because
the content might not fix into it.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
docs/cgroups.html.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/cgroups.html.in b/docs/cgroups.html.in
index 33de453..60b47da 100644
--- a/docs/cgroups.html.in
+++ b/docs/cgroups.html.in
@@ -221,11 +221,11 @@ $ROOT
</p>
<pre>
- ...
- <resource>
- <partition>/machine/production</partition>
- </resource>
- ...
+...
+<resource>
+ <partition>/machine/production</partition>
+</resource>
+...
</pre>
<p>
--
2.8.4