Skip to content

Commit db58e01

Browse files
committed
Fix link on IEEE Std 1003.1-2008
Signed-off-by: Vladimir Rutsky <[email protected]>
1 parent b747937 commit db58e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)