diff options
-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 |