diff options
author | Graham Christensen <graham@grahamc.com> | 2019-08-07T18·45-0400 |
---|---|---|
committer | Graham Christensen <graham@grahamc.com> | 2019-08-07T18·53-0400 |
commit | 1eeaf99cf89630f84b4a1b6882a0f98019725d9e (patch) | |
tree | 8d5d29fbc6458cf796cff9d1640ba6295ecbbfc2 | |
parent | 56df30cd3f89f76f608b469044c17a42cdb2b338 (diff) |
fixup: docs for post-build-hook
-rw-r--r-- | doc/manual/command-ref/conf-file.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index f3c721c783f2..c7b540892f9a 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -682,7 +682,7 @@ password <replaceable>my-password</replaceable> <listitem><para>The hook does not execute on substituted paths.</para></listitem> <listitem><para>The hook's output always goes to the user's terminal.</para></listitem> <listitem><para>If the hook fails, the build succeeds but no further builds execute.</para></listitem> - <listitem><para>The hook executes synchronously, and blocks other builds from progressing while it runs.</para> + <listitem><para>The hook executes synchronously, and blocks other builds from progressing while it runs.</para></listitem> </itemizedlist> <para>The program executes with no arguments. The program's environment |