Details
Details
- Reviewers
rpokala - Group Reviewers
manpages - Commits
- rS334879: lualoader: Add hook.lua(8) to tree
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
It would be good if you explained what a hook was, somewhere before the Exported functions section.
stand/lua/hook.lua.8 | ||
---|---|---|
61 | "to be run" | |
66 | Describe the ordering in which multiple hooks of the same hooktype are run. | |
69 | "in, as well" | |
73 | is defined in the | |
75 | "to be run" |
Comment Actions
Address comments by @rpokala
- Nuke all instances of 'ran' from orbit, use 'run' instead
- Describe order in which hooks are invoked
- Add a cross-reference and a missing article
Comment Actions
Re-word the description a little bit, explain what hooks are and what we mean by "hook types".
stand/lua/hook.lua.8 | ||
---|---|---|
5 | Per discussions over the last few months, remove "All rights reserved." |