Documentation: Remove unnecessary newline in documentation

The commit removes an unnecessary newline character in the
documentation that was breaking the bold formatting.
This commit is contained in:
Vroumm 2024-06-03 22:18:08 +02:00 committed by Andrew Kaster
parent 337e1caa02
commit 23428c0b9a
Notes: sideshowbarker 2024-07-17 17:49:11 +09:00

View File

@ -32,8 +32,7 @@ This process can decode images (PNG, JPEG, BMP, ICO, PBM, etc.) into bitmaps. Ea
To get a fresh **WebContent** process, anyone with the suitable file system permissions can spawn one by connecting to
the socket at `/tmp/session/%sid/portal/webcontent`, with `%sid` being the current login session id. This socket is managed
by **
SystemServer** and will spawn a new instance of **WebContent** for every connection.
by **SystemServer** and will spawn a new instance of **WebContent** for every connection.
The same basic concept applies to **RequestServer** and **ImageDecoder** as well, except that those services are spawned
by **WebContent** as needed, not by **Browser**.