Skip to content

Commit

Permalink
Merge pull request #535 from jnovy/manfix
Browse files Browse the repository at this point in the history
Fix typos and clarify man page.
  • Loading branch information
jnovy authored Dec 10, 2024
2 parents 3d774d5 + 680af40 commit 6bd3079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conmon.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Path to the process spec for execution.
Path to the program to execute when the container terminates its execution.

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

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

**--log-size-max**
Maximum size of the log file.
Maximum size of the log file (in bytes).

**--log-tag**
Additional tag to use for logging.
Expand Down Expand Up @@ -94,7 +94,7 @@ PID file for the conmon process.
Path to store runtime data for the container.

**--replace-listen-pid**
Replace listen pid if set for oci-runtime pid.
Replace listen PID if set for oci-runtime PID.

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

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

**--socket-dir-path**
Location of container attach sockets.
Expand Down

3 comments on commit 6bd3079

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your git-forge project is not allowed to use the configured rhcontainerbot/podman-next Copr project.

Please, add this git-forge project github.com/containers/conmon to Packit allowed forge projectsin the Copr project settings.

Please sign in to comment.