File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,9 +371,9 @@ For POSIX platforms, the configuration structure supports `hooks` for configurin
371371* ** ` hooks ` ** (object, OPTIONAL) MAY contain any of the following properties:
372372 * ** ` prestart ` ** (array of objects, OPTIONAL) is an array of [ pre-start hooks] ( #prestart ) .
373373 Entries in the array contain the following properties:
374- * ** ` path ` ** (string, REQUIRED) with similar semantics to [ IEEE Std 1003.1-2008 ` execv ` 's * path* ] [ ieee-1003.1-2008-functions -exec ] .
374+ * ** ` path ` ** (string, REQUIRED) with similar semantics to [ IEEE Std 1003.1-2008 ` execv ` 's * path* ] [ ieee-1003.1-2008-xsh -exec ] .
375375 This specification extends the IEEE standard in that ** ` path ` ** MUST be absolute.
376- * ** ` args ` ** (array of strings, OPTIONAL) with the same semantics as [ IEEE Std 1003.1-2008 ` execv ` 's * argv* ] [ ieee-1003.1-2008-functions -exec ] .
376+ * ** ` args ` ** (array of strings, OPTIONAL) with the same semantics as [ IEEE Std 1003.1-2008 ` execv ` 's * argv* ] [ ieee-1003.1-2008-xsh -exec ] .
377377 * ** ` env ` ** (array of strings, OPTIONAL) with the same semantics as [ IEEE Std 1003.1-2008's ` environ ` ] [ ieee-1003.1-2008-xbd-c8.1 ] .
378378 * ** ` timeout ` ** (int, OPTIONAL) is the number of seconds before aborting the hook.
379379 If set, ` timeout ` MUST be greater than zero.
You can’t perform that action at this time.
0 commit comments