summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 21:58:55 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 21:58:55 (GMT)
commit672f596f8b3642a84f6090988538026987060551 (patch)
treeff09375d5056cc9079466674f27cb030f7e42cd2 /docs
parent6069957d44070bd0f28c309831d890110f30bbda (diff)
Another little fix in the documentation.
Diffstat (limited to 'docs')
-rw-r--r--docs/overview.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index b987e7b..375c064 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -493,13 +493,6 @@ The "functions" file API:
the endianness suffixes
+ return value: 0 upon success, !0 upon failure
+ provides:
- - the environment variable CT_TARGET_ARCH
- - mandatory
- - contains:
- the architecture part of the target tuple.
- Eg.: "armeb" for big endian ARM
- "i386" for an i386
- + provides:
- the environment variable CT_KERNEL_ARCH
- optional
- contains:
@@ -510,6 +503,13 @@ The "functions" file API:
"i386" for an x86
+ provides:
- the environment variable CT_TARGET_ARCH
+ - mandatory
+ - contains:
+ the architecture part of the target tuple.
+ Eg.: "armeb" for big endian ARM
+ "i386" for an i386
+ + provides:
+ - the environment variable CT_TARGET_SYS
- optional
- contain:
the sytem part of the target tuple.