[libvirt] [PATCH 19/24] rpc.html.in: Kill useless spaces in <pre/>

Michal Privoznik mprivozn at redhat.com
Mon Nov 14 09:34:05 UTC 2016


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 at redhat.com>
---
 docs/internals/rpc.html.in | 220 ++++++++++++++++++++++-----------------------
 1 file changed, 110 insertions(+), 110 deletions(-)

diff --git a/docs/internals/rpc.html.in b/docs/internals/rpc.html.in
index a48a4c0..9107b97 100644
--- a/docs/internals/rpc.html.in
+++ b/docs/internals/rpc.html.in
@@ -210,13 +210,13 @@
     </p>
 
     <pre>
-          +--+-----------------------+-----------+
-   C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S  (call)
-          +--+-----------------------+-----------+
+       +--+-----------------------+-----------+
+C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S  (call)
+       +--+-----------------------+-----------+
 
-          +--+-----------------------+--------+
-   C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply)
-          +--+-----------------------+--------+
+       +--+-----------------------+--------+
+C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply)
+       +--+-----------------------+--------+
     </pre>
 
     <h4><a name="wireexamplescallerr">Method call with error</a></h4>
@@ -226,13 +226,13 @@
     </p>
 
     <pre>
-          +--+-----------------------+-----------+
-   C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S   (call)
-          +--+-----------------------+-----------+
+       +--+-----------------------+-----------+
+C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S   (call)
+       +--+-----------------------+-----------+
 
-          +--+-----------------------+--------------------------+
-   C <--  |48| 8 | 1 | 3 | 2 | 1 | 0 | .o.oOo.o.oOo.o.oOo.o.oOo |  <-- S  (error)
-          +--+-----------------------+--------------------------+
+       +--+-----------------------+--------------------------+
+C <--  |48| 8 | 1 | 3 | 2 | 1 | 0 | .o.oOo.o.oOo.o.oOo.o.oOo |  <-- S  (error)
+       +--+-----------------------+--------------------------+
     </pre>
 
     <h4><a name="wireexamplescallup">Method call with upload stream</a></h4>
@@ -243,33 +243,33 @@
     </p>
 
     <pre>
-          +--+-----------------------+-----------+
-   C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S  (call)
-          +--+-----------------------+-----------+
+       +--+-----------------------+-----------+
+C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S  (call)
+       +--+-----------------------+-----------+
 
-          +--+-----------------------+--------+
-   C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply)
-          +--+-----------------------+--------+
+       +--+-----------------------+--------+
+C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply)
+       +--+-----------------------+--------+
 
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          ...
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+
-   C -->  |24| 8 | 1 | 3 | 3 | 1 | 0 | --> S  (stream finish)
-          +--+-----------------------+
-          +--+-----------------------+
-   C <--  |24| 8 | 1 | 3 | 3 | 1 | 0 | <-- S  (stream finish)
-          +--+-----------------------+
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       ...
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+
+C -->  |24| 8 | 1 | 3 | 3 | 1 | 0 | --> S  (stream finish)
+       +--+-----------------------+
+       +--+-----------------------+
+C <--  |24| 8 | 1 | 3 | 3 | 1 | 0 | <-- S  (stream finish)
+       +--+-----------------------+
     </pre>
 
     <h4><a name="wireexamplescallbi">Method call bidirectional stream</a></h4>
@@ -280,80 +280,80 @@
     </p>
 
     <pre>
-          +--+-----------------------+-----------+
-   C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S  (call)
-          +--+-----------------------+-----------+
+       +--+-----------------------+-----------+
+C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S  (call)
+       +--+-----------------------+-----------+
 
-          +--+-----------------------+--------+
-   C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply)
-          +--+-----------------------+--------+
+       +--+-----------------------+--------+
+C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply)
+       +--+-----------------------+--------+
 
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C <--  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  <-- S  (stream data down)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C <--  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  <-- S  (stream data down)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C <--  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  <-- S  (stream data down)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C <--  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  <-- S  (stream data down)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          ..
-          +--+-----------------------+-------------....-------+
-   C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
-          +--+-----------------------+-------------....-------+
-          +--+-----------------------+
-   C -->  |24| 8 | 1 | 3 | 3 | 1 | 0 | --> S  (stream finish)
-          +--+-----------------------+
-          +--+-----------------------+
-   C <--  |24| 8 | 1 | 3 | 3 | 1 | 0 | <-- S  (stream finish)
-          +--+-----------------------+
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C <--  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  <-- S  (stream data down)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C <--  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  <-- S  (stream data down)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C <--  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  <-- S  (stream data down)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C <--  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  <-- S  (stream data down)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       ..
+       +--+-----------------------+-------------....-------+
+C -->  |38| 8 | 1 | 3 | 3 | 1 | 2 | .o.oOo.o.oOo....o.oOo. |  --> S  (stream data up)
+       +--+-----------------------+-------------....-------+
+       +--+-----------------------+
+C -->  |24| 8 | 1 | 3 | 3 | 1 | 0 | --> S  (stream finish)
+       +--+-----------------------+
+       +--+-----------------------+
+C <--  |24| 8 | 1 | 3 | 3 | 1 | 0 | <-- S  (stream finish)
+       +--+-----------------------+
     </pre>
 
 
     <h4><a name="wireexamplescallmany">Method calls overlapping</a></h4>
     <pre>
-          +--+-----------------------+-----------+
-   C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S  (call 1)
-          +--+-----------------------+-----------+
-          +--+-----------------------+-----------+
-   C -->  |38| 8 | 1 | 3 | 0 | 2 | 0 | .o.oOo.o. |  --> S  (call 2)
-          +--+-----------------------+-----------+
-          +--+-----------------------+--------+
-   C <--  |32| 8 | 1 | 3 | 1 | 2 | 0 | .o.oOo |  <-- S  (reply 2)
-          +--+-----------------------+--------+
-          +--+-----------------------+-----------+
-   C -->  |38| 8 | 1 | 3 | 0 | 3 | 0 | .o.oOo.o. |  --> S  (call 3)
-          +--+-----------------------+-----------+
-          +--+-----------------------+--------+
-   C <--  |32| 8 | 1 | 3 | 1 | 3 | 0 | .o.oOo |  <-- S  (reply 3)
-          +--+-----------------------+--------+
-          +--+-----------------------+-----------+
-   C -->  |38| 8 | 1 | 3 | 0 | 4 | 0 | .o.oOo.o. |  --> S  (call 4)
-          +--+-----------------------+-----------+
-          +--+-----------------------+--------+
-   C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply 1)
-          +--+-----------------------+--------+
-          +--+-----------------------+--------+
-   C <--  |32| 8 | 1 | 3 | 1 | 4 | 0 | .o.oOo |  <-- S  (reply 4)
-          +--+-----------------------+--------+
+       +--+-----------------------+-----------+
+C -->  |38| 8 | 1 | 3 | 0 | 1 | 0 | .o.oOo.o. |  --> S  (call 1)
+       +--+-----------------------+-----------+
+       +--+-----------------------+-----------+
+C -->  |38| 8 | 1 | 3 | 0 | 2 | 0 | .o.oOo.o. |  --> S  (call 2)
+       +--+-----------------------+-----------+
+       +--+-----------------------+--------+
+C <--  |32| 8 | 1 | 3 | 1 | 2 | 0 | .o.oOo |  <-- S  (reply 2)
+       +--+-----------------------+--------+
+       +--+-----------------------+-----------+
+C -->  |38| 8 | 1 | 3 | 0 | 3 | 0 | .o.oOo.o. |  --> S  (call 3)
+       +--+-----------------------+-----------+
+       +--+-----------------------+--------+
+C <--  |32| 8 | 1 | 3 | 1 | 3 | 0 | .o.oOo |  <-- S  (reply 3)
+       +--+-----------------------+--------+
+       +--+-----------------------+-----------+
+C -->  |38| 8 | 1 | 3 | 0 | 4 | 0 | .o.oOo.o. |  --> S  (call 4)
+       +--+-----------------------+-----------+
+       +--+-----------------------+--------+
+C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply 1)
+       +--+-----------------------+--------+
+       +--+-----------------------+--------+
+C <--  |32| 8 | 1 | 3 | 1 | 4 | 0 | .o.oOo |  <-- S  (reply 4)
+       +--+-----------------------+--------+
     </pre>
 
     <h4><a name="wireexamplescallfd">Method call with passed FD</a></h4>
@@ -368,13 +368,13 @@
     </p>
 
     <pre>
-          +--+-----------------------+---------------+-------+
-   C -->  |44| 8 | 1 | 3 | 0 | 1 | 0 | 2 | .o.oOo.o. | 0 | 0 |  --> S  (call)
-          +--+-----------------------+---------------+-------+
+       +--+-----------------------+---------------+-------+
+C -->  |44| 8 | 1 | 3 | 0 | 1 | 0 | 2 | .o.oOo.o. | 0 | 0 |  --> S  (call)
+       +--+-----------------------+---------------+-------+
 
-          +--+-----------------------+--------+
-   C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply)
-          +--+-----------------------+--------+
+       +--+-----------------------+--------+
+C <--  |32| 8 | 1 | 3 | 1 | 1 | 0 | .o.oOo |  <-- S  (reply)
+       +--+-----------------------+--------+
     </pre>
 
 
-- 
2.8.4




More information about the libvir-list mailing list