mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 12:16:35 +00:00
docs/manual: fields in hash files must be separated by two sapces
The seperation of the fields in the hash file should be 2 spaces for consitency Update the manual accordingly. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> [yann.morin.1998@free.fr: - drop the notes part, reword the first hunk - update the examples ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
58a8e48e60
commit
ec060ced7a
@ -461,7 +461,7 @@ The hashes stored in that file are used to validate the integrity of the
|
||||
downloaded files and of the license files.
|
||||
|
||||
The format of this file is one line for each file for which to check the
|
||||
hash, each line being space-separated, with these three fields:
|
||||
hash, each line with the following three fields separated by two spaces:
|
||||
|
||||
* the type of hash, one of:
|
||||
** +md5+, +sha1+, +sha224+, +sha256+, +sha384+, +sha512+, +none+
|
||||
@ -500,10 +500,6 @@ target run. For a package with multiple versions (like Qt5),
|
||||
create the hash file in a subdirectory +<packageversion>+ of that package
|
||||
(see also xref:patch-apply-order[]).
|
||||
|
||||
.Note
|
||||
The number of spaces does not matter, so one can use spaces (or tabs) to
|
||||
properly align the different fields.
|
||||
|
||||
The +none+ hash type is reserved to those archives downloaded from a
|
||||
repository, like a 'git clone', a 'subversion checkout'...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user