mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
chore: fix some typos in comments
Signed-off-by: Patrick Stoeckle <patrick.stoeckle@siemens.com>
This commit is contained in:
@@ -109,7 +109,7 @@ type Config struct {
|
||||
Umask *uint32 `json:"umask,omitempty"`
|
||||
|
||||
// Readonlyfs will remount the container's rootfs as readonly where only externally mounted
|
||||
// bind mounts are writtable.
|
||||
// bind mounts are writable.
|
||||
Readonlyfs bool `json:"readonlyfs,omitempty"`
|
||||
|
||||
// Specifies the mount propagation flags to be applied to /.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* All of the code here is run inside an aync-signal-safe context, so we need
|
||||
* All of the code here is run inside an async-signal-safe context, so we need
|
||||
* to be careful to not call any functions that could cause issues. In theory,
|
||||
* since we are a Go program, there are fewer restrictions in practice, it's
|
||||
* better to be safe than sorry.
|
||||
|
||||
@@ -26,7 +26,7 @@ image files directory.
|
||||
|
||||
**--tcp-established**
|
||||
: Allow checkpoint/restore of established TCP connections. See
|
||||
[criu --tcp-establised option](https://criu.org/CLI/opt/--tcp-established).
|
||||
[criu --tcp-established option](https://criu.org/CLI/opt/--tcp-established).
|
||||
|
||||
**--tcp-skip-in-flight**
|
||||
: Skip in-flight TCP connections. See
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ column, the result is undefined.
|
||||
# OPTIONS
|
||||
**--format**|**-f** **table**|**json**
|
||||
: Output format. Default is **table**. The **json** format shows a mere array
|
||||
of PIDs belonging to a container; if used, all **ps** options are gnored.
|
||||
of PIDs belonging to a container; if used, all **ps** options are ignored.
|
||||
|
||||
# SEE ALSO
|
||||
**runc-list**(8),
|
||||
|
||||
@@ -24,7 +24,7 @@ image files directory.
|
||||
|
||||
**--tcp-established**
|
||||
: Allow checkpoint/restore of established TCP connections. See
|
||||
[criu --tcp-establised option](https://criu.org/CLI/opt/--tcp-established).
|
||||
[criu --tcp-established option](https://criu.org/CLI/opt/--tcp-established).
|
||||
|
||||
**--ext-unix-sk**
|
||||
: Allow checkpoint/restore of external unix sockets. See
|
||||
|
||||
Reference in New Issue
Block a user