summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/proc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/proc/README.md')
-rw-r--r--pkg/sentry/fs/proc/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fs/proc/README.md b/pkg/sentry/fs/proc/README.md
index cec842403..e1ed88512 100644
--- a/pkg/sentry/fs/proc/README.md
+++ b/pkg/sentry/fs/proc/README.md
@@ -11,6 +11,7 @@ inconsistency, please file a bug.
The following files are implemented:
+
| File /proc/ | Content |
| :------------------------ | :---------------------------------------------------- |
| [cpuinfo](#cpuinfo) | Info about the CPU |
@@ -22,6 +23,7 @@ The following files are implemented:
| [uptime](#uptime) | Wall clock since boot, combined idle time of all cpus |
| [version](#version) | Kernel version |
+
### cpuinfo
```bash