From d5d4e63ea46f513d035992070b376589760d7017 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sat, 13 Jun 2009 06:03:24 -0500 Subject: [PATCH] Documentation: add preposition and clarify permissions --- docs/html/guide/topics/fundamentals.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/guide/topics/fundamentals.jd b/docs/html/guide/topics/fundamentals.jd index 71705d354f622..640e44bbfe3af 100644 --- a/docs/html/guide/topics/fundamentals.jd +++ b/docs/html/guide/topics/fundamentals.jd @@ -72,8 +72,8 @@ resources are required by other applications. runs in isolation from the code of all other applications.
  • By default, each application is assigned a unique Linux user ID. -Permissions are set so that the application's files are visible only -that user, only to the application itself — although there are ways +Permissions are set so that the application's files are visible only to +that user and only to the application itself — although there are ways to export them to other applications as well.