diff options
Diffstat (limited to 'Documentation/Browser')
-rw-r--r-- | Documentation/Browser/ProcessArchitecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Browser/ProcessArchitecture.md b/Documentation/Browser/ProcessArchitecture.md index ea065f8304..6a4e0a13fc 100644 --- a/Documentation/Browser/ProcessArchitecture.md +++ b/Documentation/Browser/ProcessArchitecture.md @@ -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/%uid/portal/webcontent`, with `%uid` being the uid of the current user. This socket is managed +the socket at `/tmp/user/%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. |