Skip to content

Commit 7cef0f8

Browse files
committed
config-linux: Use the implicit link name shortcut
727e64d (config-linux.md: fix wrong link description about cgroups, 2017-05-14, #826) added a redundant link name for libseccomp. This commit restores the old implicit link name shortcut [1] there and updates the other entries (all of which were for the filesystems table in config-linux) that could also use that shortcut. This is obviously not a major change, but I think it makes the source easier to read by minimizing the markup so you can focus on the text. [1]: https://daringfireball.net/projects/markdown/syntax#link Signed-off-by: W. Trevor King <[email protected]>
1 parent 4aed614 commit 7cef0f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The following filesystems SHOULD be made available in each container's filesyste
1212

1313
| Path | Type |
1414
| -------- | ------ |
15-
| /proc | [procfs][procfs] |
16-
| /sys | [sysfs][sysfs] |
17-
| /dev/pts | [devpts][devpts] |
18-
| /dev/shm | [tmpfs][tmpfs] |
15+
| /proc | [procfs][] |
16+
| /sys | [sysfs][] |
17+
| /dev/pts | [devpts][] |
18+
| /dev/shm | [tmpfs][] |
1919

2020
## <a name="configLinuxNamespaces" />Namespaces
2121

@@ -510,7 +510,7 @@ For more information, see the [sysctl(8)][sysctl.8] man page.
510510
Seccomp provides application sandboxing mechanism in the Linux kernel.
511511
Seccomp configuration allows one to configure actions to take for matched syscalls and furthermore also allows matching on values passed as arguments to syscalls.
512512
For more information about Seccomp, see [Seccomp][seccomp] kernel documentation.
513-
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][libseccomp] and are translated to corresponding values.
513+
The actions, architectures, and operators are strings that match the definitions in seccomp.h from [libseccomp][] and are translated to corresponding values.
514514

515515
**`seccomp`** (object, OPTIONAL)
516516

0 commit comments

Comments
 (0)