summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man5/ipc.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man5/ipc.md')
-rw-r--r--Base/usr/share/man/man5/ipc.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/Base/usr/share/man/man5/ipc.md b/Base/usr/share/man/man5/ipc.md
new file mode 100644
index 0000000000..9efd931020
--- /dev/null
+++ b/Base/usr/share/man/man5/ipc.md
@@ -0,0 +1,16 @@
+## Name
+
+ipc - Inter Process Communication endpoint definition format
+
+## Synopsis
+
+The IPC format of SerenityOS is a domain-specific language (DSL) used to define communication endpoints for IPC.
+
+## Description
+
+These files are human-readable, have no easily detectable filemagic, and define IPC interfaces.
+The format is loosely inspired by C++ headers.
+
+## See Also
+
+- [`Meta/Lagom/Tools/CodeGenerators/IPCCompiler/`](../../../../../Meta/Lagom/Tools/CodeGenerators/IPCCompiler/).