Skip to content

Commit 6bd3079

Browse files
authored
Merge pull request #535 from jnovy/manfix
Fix typos and clarify man page.
2 parents 3d774d5 + 680af40 commit 6bd3079

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conmon.8.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Path to the process spec for execution.
3838
Path to the program to execute when the container terminates its execution.
3939

4040
**--exit-command-arg**
41-
Additional arguments to pass to the exit command. Can be specified multiple time.
41+
Additional arguments to pass to the exit command. Can be specified multiple times.
4242

4343
**--exit-delay**
4444
Delay before invoking the exit command (in seconds).
@@ -64,7 +64,7 @@ Leave stdin open when the attached client disconnects.
6464
Print debug logs based on the log level.
6565

6666
**--log-size-max**
67-
Maximum size of the log file.
67+
Maximum size of the log file (in bytes).
6868

6969
**--log-tag**
7070
Additional tag to use for logging.
@@ -94,7 +94,7 @@ PID file for the conmon process.
9494
Path to store runtime data for the container.
9595

9696
**--replace-listen-pid**
97-
Replace listen pid if set for oci-runtime pid.
97+
Replace listen PID if set for oci-runtime PID.
9898

9999
**--restore**
100100
Restore a container from a checkpoint.
@@ -106,7 +106,7 @@ Additional arguments to pass to the runtime. Can be specified multiple times.
106106
Additional options to pass to the restore or exec command. Can be specified multiple times.
107107

108108
**-s**, **--systemd-cgroup**
109-
Enable systemd cgroup manager, rather then use the cgroupfs directly.
109+
Enable systemd cgroup manager, rather than use the cgroupfs directly.
110110

111111
**--socket-dir-path**
112112
Location of container attach sockets.

0 commit comments

Comments
 (0)