summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorShannon Booth <shannon.ml.booth@gmail.com>2020-03-07 11:37:51 +1300
committerAndreas Kling <kling@serenityos.org>2020-03-07 01:33:53 +0100
commit57f1c919df4d755790f6ac1e4797ab514d436f9a (patch)
tree9323a1aac5621e2baacf39b41842c84be2a5a2c5 /Base
parent4a271430f879f2fb90c5ea0b27de6214d685eb28 (diff)
downloadserenity-57f1c919df4d755790f6ac1e4797ab514d436f9a.zip
LibCore: Remove all remaining C prefix references
LibCore's GZip is also moved into the Core namespace with this change.
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man7/SystemServer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/usr/share/man/man7/SystemServer.md b/Base/usr/share/man/man7/SystemServer.md
index 94024c8de8..48dde03399 100644
--- a/Base/usr/share/man/man7/SystemServer.md
+++ b/Base/usr/share/man/man7/SystemServer.md
@@ -31,7 +31,7 @@ The service is advised to set this flag using [`fcntl`(2)](../man2/fcntl.md) and
unset `SOCKET_TAKEOVER` from the environment in order not to confuse its
children.
-LibCore provides `CLocalServer::take_over_from_system_server()` method that
+LibCore provides `Core::LocalServer::take_over_from_system_server()` method that
performs the service side of the socket takeover automatically.
If a service is configured as *lazy*, SystemServer will actually listen on the