From f6524df0b193c1f854934451989ccd15ce2e77e5 Mon Sep 17 00:00:00 2001 From: CuiHaozhi <61755280@qq.com> Date: Wed, 15 Feb 2017 22:20:40 +0800 Subject: [PATCH] fix typo Signed-off-by: CuiHaozhi <61755280@qq.com> --- man/runc-start.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/runc-start.8.md b/man/runc-start.8.md index 667212082..1e737b208 100644 --- a/man/runc-start.8.md +++ b/man/runc-start.8.md @@ -8,5 +8,5 @@ Where "" is your name for the instance of the container that you are starting. The name you provide for the container instance must be unique on your host. -# DESCRIPTIONa +# DESCRIPTION The start command signals the container to start the user's defined process.