From 56eb6a14e7c74c88f5425d1810068e2e2c0fbd63 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Fri, 28 Jul 2017 13:55:29 +0800 Subject: [PATCH] modify procfs to proc There is no procfs type in Linux, it will confuse readers. Signed-off-by: Ma Shimiao --- config-linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-linux.md b/config-linux.md index 9a1223927..07069bb26 100644 --- a/config-linux.md +++ b/config-linux.md @@ -12,7 +12,7 @@ The following filesystems SHOULD be made available in each container's filesyste | Path | Type | | -------- | ------ | -| /proc | [procfs][] | +| /proc | [proc][] | | /sys | [sysfs][] | | /dev/pts | [devpts][] | | /dev/shm | [tmpfs][] | @@ -642,7 +642,7 @@ The following parameters can be specified to set up seccomp: [devpts]: https://www.kernel.org/doc/Documentation/filesystems/devpts.txt [file]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_164 [libseccomp]: https://github.com/seccomp/libseccomp -[procfs]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt +[proc]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt [seccomp]: https://www.kernel.org/doc/Documentation/prctl/seccomp_filter.txt [sharedsubtree]: https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt [sysfs]: https://www.kernel.org/doc/Documentation/filesystems/sysfs.txt