Skip to content

Commit e2707b1

Browse files
authored
Merge pull request #493 from q384566678/man-fix
man: fix typo
2 parents 929bd5e + 0b49b01 commit e2707b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

man/oci-runtime-tool-generate.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ read the configuration from `config.json`.
202202
Set maximum number of PIDs.
203203

204204
**--linux-readonly-paths**=[]
205-
Specifies paths readonly inside container. e.g. --readonly-paths=/proc/sys
205+
Specifies paths readonly inside container. e.g. --linux-readonly-paths=/proc/sys
206206
This option can be specified multiple times.
207207

208208
**--linux-realtime-period**=REALTIMEPERIOD
@@ -215,7 +215,7 @@ read the configuration from `config.json`.
215215
Mount propagation for root filesystem.
216216
Values are "shared, rshared, private, rprivate, slave, rslave"
217217

218-
**--linux-eccomp-allow**=SYSCALL
218+
**--linux-seccomp-allow**=SYSCALL
219219
Specifies syscalls to be added to the ALLOW list.
220220
See --linux-seccomp-syscalls for setting limits on arguments.
221221

@@ -350,7 +350,7 @@ read the configuration from `config.json`.
350350
containers with this flag.
351351

352352
**--process-rlimits-add**=[]
353-
Specifies resource limits, format is RLIMIT:HARD:SOFT. e.g. --rlimits-add=RLIMIT_NOFILE:1024:1024
353+
Specifies resource limits, format is RLIMIT:HARD:SOFT. e.g. --process-rlimits-add=RLIMIT_NOFILE:1024:1024
354354
This option can be specified multiple times. When same RLIMIT specified over once, the last one make sense.
355355

356356
**--process-rlimits-remove**=[]

0 commit comments

Comments
 (0)