From 3db2c43b487a635215905cf875f25a0d3a516478 Mon Sep 17 00:00:00 2001 From: rajasec Date: Sat, 29 Oct 2016 20:45:11 +0530 Subject: [PATCH] man page update for delete command Signed-off-by: rajasec --- man/runc-delete.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/runc-delete.8.md b/man/runc-delete.8.md index 02be7d7b..12ea711b 100644 --- a/man/runc-delete.8.md +++ b/man/runc-delete.8.md @@ -11,7 +11,7 @@ Where "" is the name for the instance of the container. # EXAMPLE For example, if the container id is "ubuntu01" and runc list currently shows the -status of "ubuntu01" as "destroyed" the following will delete resources held for +status of "ubuntu01" as "stopped" the following will delete resources held for "ubuntu01" removing "ubuntu01" from the runc list of containers: # runc delete ubuntu01