fix readme formatting
This commit is contained in:
parent
1375ee2f3c
commit
85d12d69b4
|
@ -33,16 +33,16 @@ A `depend` file contains the requirements for loading a module. It should
|
||||||
contain lines of the form `<type> <module>`. There are 3 types for
|
contain lines of the form `<type> <module>`. There are 3 types for
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
- `depend <module>`: `<module>` will be loaded before the depending
|
- `depend <module>`: `<module>` will be loaded before the depending
|
||||||
module (the module whose `depend` file contains this rule), regardless
|
module (the module whose `depend` file contains this rule), regardless
|
||||||
of `$ZMODLOAD_ONLY`. If the module is blacklisted, it and the depending
|
of `$ZMODLOAD_ONLY`. If the module is blacklisted, it and the depending
|
||||||
module are not loaded. Note that already queued dependencies of the depending
|
module are not loaded. Note that already queued dependencies of the depending
|
||||||
module will be loaded anyways.
|
module will be loaded anyways.
|
||||||
|
|
||||||
- `after <module>`: `<module>` will be loaded before the depending
|
- `after <module>`: `<module>` will be loaded before the depending
|
||||||
module, if it would be loaded anyways. If it is either blacklisted or
|
module, if it would be loaded anyways. If it is either blacklisted or
|
||||||
`$ZMODLOAD_ONLY` is non-empty but does not contain `<module>`, it is not
|
`$ZMODLOAD_ONLY` is non-empty but does not contain `<module>`, it is not
|
||||||
loaded. This does not affect loading of the depending module.
|
loaded. This does not affect loading of the depending module.
|
||||||
|
|
||||||
- `block <module>`: abort loading of the depending module, if `<module>`
|
- `block <module>`: abort loading of the depending module, if `<module>`
|
||||||
is already loaded or contained in `$ZMODLOAD_ONLY`.
|
is already loaded or contained in `$ZMODLOAD_ONLY`.
|
||||||
|
|
Loading…
Reference in a new issue