diff options
Diffstat (limited to 'specs/fsproto.xml')
-rw-r--r-- | specs/fsproto.xml | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/specs/fsproto.xml b/specs/fsproto.xml index de45f96..95530f1 100644 --- a/specs/fsproto.xml +++ b/specs/fsproto.xml @@ -142,20 +142,20 @@ as printer drivers). </para> <literallayout class="monospaced"> - +--------+ +---------------+ - | X1 |--------------| | - | Server | | Font Server | - +--------+ +-------| 1 | - | +---------------+ - +--------+ | - | X2 |------+ +---------------+ - | Server |--------------| | - +--------+ | Font Server | - +-------| 2 | -+---------+ | +---------------+ -| other | | -| clients |------+ -+---------+ + ┌────────┐ ┌───────────────┐ + │ X1 ├──────────────┤ │ + │ Server │ │ Font Server │ + └────────┘ ┌───────┤ 1 │ + │ └───────────────┘ + ┌────────┐ │ + │ X2 ├──────┘ ┌───────────────┐ + │ Server ├──────────────┤ │ + └────────┘ │ Font Server │ + ┌───────┤ 2 │ +┌─────────┐ │ └───────────────┘ +│ other │ │ +│ clients ├──────┘ +└─────────┘ </literallayout> <para> @@ -185,27 +185,27 @@ Figure 2.2. </para> <literallayout class="monospaced"> - +------------+ - | client | - | (X server) | - +------------+ - | + ┌────────────┐ + │ client │ + │ (X server) │ + └─────┬──────┘ + │ network - | -+--------------------------------------------+ -| | -| font server 1 | -| | -+-----+-----+-----+-----+----+-----+---+-----+ -| bdf | snf | pcf | atm | f3 | dwf | | | ... | -+-----+-----+-----+-----+----+-----+-|-+-----+ - | + │ +┌─────────────────────┴──────────────────────┐ +│ │ +│ font server 1 │ +│ │ +├─────┬─────┬─────┬─────┬────┬─────┬───┬─────┤ +│ bdf │ snf │ pcf │ atm │ f3 │ dwf │ │ │ ... │ +└─────┴─────┴─────┴─────┴────┴─────┴─│─┴─────┘ + │ network - | - +----------+ - | font | - | server 2 | - +----------+ + │ + ┌─────┴────┐ + │ font │ + │ server 2 │ + └──────────┘ </literallayout> <para> |