mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
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:
parent
337e1caa02
commit
23428c0b9a
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/daniel-roulin 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/23428c0b9a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/29
1 changed files with 1 additions and 2 deletions
|
@ -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**.
|
||||
|
|
Loading…
Reference in a new issue