Skip to content

Commit 695b816

Browse files
authored
Merge pull request #965 from wking/console-man-page
config-linux: Drop console(4) reference
2 parents 16d4c82 + cd9892d commit 695b816

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config-linux.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ In addition to any devices configured with this setting, the runtime MUST also s
162162
* [`/dev/random`][random.4]
163163
* [`/dev/urandom`][random.4]
164164
* [`/dev/tty`][tty.4]
165-
* [`/dev/console`][console.4] is set up if terminal is enabled in the config by bind mounting the pseudoterminal slave to /dev/console.
165+
* `/dev/console` is set up if [`terminal`](config.md#process) is enabled in the config by bind mounting the pseudoterminal slave to `/dev/console`.
166166
* [`/dev/ptmx`][pts.4].
167167
A [bind-mount or symlink of the container's `/dev/pts/ptmx`][devpts].
168168

@@ -689,7 +689,6 @@ The following parameters can be specified to set up seccomp:
689689
[sysfs]: https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt
690690
[tmpfs]: https://www.kernel.org/doc/Documentation/filesystems/tmpfs.txt
691691

692-
[console.4]: http://man7.org/linux/man-pages/man4/console.4.html
693692
[full.4]: http://man7.org/linux/man-pages/man4/full.4.html
694693
[mknod.1]: http://man7.org/linux/man-pages/man1/mknod.1.html
695694
[mknod.2]: http://man7.org/linux/man-pages/man2/mknod.2.html

0 commit comments

Comments
 (0)