summaryrefslogtreecommitdiffhomepage
path: root/content/docs
diff options
context:
space:
mode:
Diffstat (limited to 'content/docs')
-rw-r--r--content/docs/user_guide/platforms.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/docs/user_guide/platforms.md b/content/docs/user_guide/platforms.md
index 755dadf75..5a43ad897 100644
--- a/content/docs/user_guide/platforms.md
+++ b/content/docs/user_guide/platforms.md
@@ -8,9 +8,9 @@ platform.
## What is a Platform?
-gVisor requires a *platform* to implement basic context switching and memory
-mapping functionality. These are described in more depth in the [Architecture
-Guide](../../architecture_guide/).
+gVisor requires a *platform* to implement interception of syscalls, basic
+context switching, and memory mapping functionality. These are described in
+more depth in the [Architecture Guide](../../architecture_guide/).
## Selecting a Platform