From da61580968c8a5862a28f29c5f95fe8a23fbd961 Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Tue, 2 Apr 2019 14:27:54 -0700 Subject: Update user guide platform description to match architecture section. syscall interception is an important part of the platform. --- content/docs/user_guide/platforms.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/docs') 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 -- cgit v1.2.3