mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
fix two typos
Signed-off-by: lifubang <lifubang@acmcoder.com>
(cherry picked from commit 109dcadd9d)
Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
@@ -81,7 +81,7 @@ import "C"
|
||||
var retErrnoEnosys = uint32(C.C_ACT_ERRNO_ENOSYS)
|
||||
|
||||
// This syscall is used for multiplexing "large" syscalls on s390(x). Unknown
|
||||
// syscalls will end up with this syscall number, so we need to explcitly
|
||||
// syscalls will end up with this syscall number, so we need to explicitly
|
||||
// return -ENOSYS for this syscall on those architectures.
|
||||
const s390xMultiplexSyscall libseccomp.ScmpSyscall = 0
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ In case **-r** is used, the JSON format is like this:
|
||||
|
||||
# OPTIONS
|
||||
**--resources**|**-r** _resources.json_
|
||||
: Read the new resource limtis from _resources.json_. Use **-** to read from
|
||||
: Read the new resource limits from _resources.json_. Use **-** to read from
|
||||
stdin. If this option is used, all other options are ignored.
|
||||
|
||||
**--blkio-weight** _weight_
|
||||
|
||||
Reference in New Issue
Block a user