diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2012-11-14 08:52:25 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2012-11-14 08:54:43 +0900 |
commit | 9f3406ea4635e0f8cef1d0ec4dbfe6b1554375d6 (patch) | |
tree | 588758e23de5b24ffb3132aaf6ab35e6163da2d6 | |
parent | b1525bffae609455331d8587c14d22a5f58e203b (diff) | |
download | git-repo-9f3406ea4635e0f8cef1d0ec4dbfe6b1554375d6.tar.gz |
Minor documentation formatting and grammatical fixes
Change-Id: Iaac6377c787b3bb42242780e9d1116e718e0188d
-rw-r--r-- | docs/manifest-format.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 2cc55c2d..a54282c8 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt | |||
@@ -218,10 +218,10 @@ Element include | |||
218 | 218 | ||
219 | This element provides the capability of including another manifest | 219 | This element provides the capability of including another manifest |
220 | file into the originating manifest. Normal rules apply for the | 220 | file into the originating manifest. Normal rules apply for the |
221 | target manifest to include- it must be a usable manifest on it's own. | 221 | target manifest to include - it must be a usable manifest on its own. |
222 | 222 | ||
223 | Attribute `name`; the manifest to include, specified relative to | 223 | Attribute `name`: the manifest to include, specified relative to |
224 | the manifest repositories root. | 224 | the manifest repository's root. |
225 | 225 | ||
226 | 226 | ||
227 | Local Manifests | 227 | Local Manifests |