Skip to content

Commit

Permalink
Documentation: Correct IPC socket path in Browser/ProcessArchitecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spholz authored and AtkinsSJ committed Dec 9, 2023
1 parent c15e0b6 commit ec06c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Browser/ProcessArchitecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This process can decode images (PNG, JPEG, BMP, ICO, PBM, etc.) into bitmaps. Ea
### How processes are spawned

To get a fresh **WebContent** process, anyone with the suitable file system permissions can spawn one by connecting to
the socket at `/tmp/user/%sid/portal/webcontent`, with `%sid` being the current login session id. This socket is managed
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.

Expand Down

0 comments on commit ec06c47

Please sign in to comment.