Skip to content

Commit 3417098

Browse files
authored
Merge pull request #913 from rutsky/fix-link
Fix link on IEEE Std 1003.1-2008
2 parents a812559 + 308fbdf commit 3417098

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
@@ -154,7 +154,7 @@ For POSIX platforms the `mounts` structure has the following fields:
154154
* **`cwd`** (string, REQUIRED) is the working directory that will be set for the executable.
155155
This value MUST be an absolute path.
156156
* **`env`** (array of strings, OPTIONAL) with the same semantics as [IEEE Std 1003.1-2008's `environ`][ieee-1003.1-2008-xbd-c8.1].
157-
* **`args`** (array of strings, REQUIRED) with similar semantics to [IEEE Std 1003.1-2008 `execvp`'s *argv*][ieee-1003.1-2008-xsh-exec].
157+
* **`args`** (array of strings, REQUIRED) with similar semantics to [IEEE Std 1003.1-2008 `execvp`'s *argv*][ieee-1003.1-2008-functions-exec].
158158
This specification extends the IEEE standard in that at least one entry is REQUIRED, and that entry is used with the same semantics as `execvp`'s *file*.
159159

160160
### <a name="configPOSIXProcess" />POSIX process
@@ -845,7 +845,7 @@ Here is a full example `config.json` for reference.
845845
[proc_2]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt
846846
[semver-v2.0.0]: http://semver.org/spec/v2.0.0.html
847847
[ieee-1003.1-2008-xbd-c8.1]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_01
848-
[ieee-1003.1-2008-xsh-exec]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html
848+
[ieee-1003.1-2008-functions-exec]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html
849849
[naming-a-volume]: https://aka.ms/nb3hqb
850850

851851
[capabilities.7]: http://man7.org/linux/man-pages/man7/capabilities.7.html

0 commit comments

Comments
 (0)