From 8397943ec98ca87de17bdce8fcbaa1f2bcc1e159 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 5 Jun 2023 12:02:14 -0700 Subject: [PATCH] man/runc: fixes 1. Fix some missing punctuation, use proper case. 2. Remove "runc init" (previously removed from "runc --help" by commit 7a0302f0d79e32766). Signed-off-by: Kir Kolyshkin (cherry picked from commit 511c76143bba15712d4b5159aeef2f4903005809) Signed-off-by: Kir Kolyshkin --- man/runc.8.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/man/runc.8.md b/man/runc.8.md index 09db1ef02..a4062fd96 100644 --- a/man/runc.8.md +++ b/man/runc.8.md @@ -40,20 +40,16 @@ value for _bundle_ is the current directory. : Create a container. See **runc-create**(8). **delete** -: Delete any resources held by the container often used with detached +: Delete any resources held by the container; often used with detached containers. See **runc-delete**(8). **events** -: Display container events such as OOM notifications, cpu, memory, IO and -network stats. See **runc-events**(8). +: Display container events, such as OOM notifications, CPU, memory, I/O and +network statistics. See **runc-events**(8). **exec** : Execute a new process inside the container. See **runc-exec**(8). -**init** -: Initialize the namespaces and launch the container init process. This command -is not supposed to be used directly. - **kill** : Send a specified signal to the container's init process. See **runc-kill**(8).