diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-06 12:02:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-06 12:02:45 +0200 |
commit | e6b196fc6df51fe6465914a00950c03550992232 (patch) | |
tree | e1d872a0ccc6cd52bf73c11ac21bb6ef44bd5fce | |
parent | 6af0f124675b6741dc8f683df902628dfc7e8eb7 (diff) |
Minor documentation update
-rw-r--r-- | doc/manual.cli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index e3b3bd1..68b03ef 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -319,7 +319,8 @@ default toolchain repository location embedded into the build scripts in the It is also possible to use multiple toolchains on a single Build OS instance. In this case a toolchain name can be appended after \c{buildos.toolchain_*}, for example, \c{buildos.toolchain_url.<name>} (values without the toolchain -name use the toolchain name \c{default}). +name use the toolchain name \c{default}). The toolchain name may not contain +\c{-}. Each line in the checksums file is the output of the \c{shaNNNsum(1)} utility, that is, the SHANNN sum following by space, an asterisk (\c{*}) which signals |