From cbda0760b82fc29b250359112fc6bc88fc24a4c6 Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Fri, 1 Oct 2021 06:46:38 +0300 Subject: [PATCH] docs: man page: typo fix in docker_1 Signed-off-by: Dmitriy Fishman --- man/docker.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/docker.1.md b/man/docker.1.md index a3a19ed934..4ec459b41c 100644 --- a/man/docker.1.md +++ b/man/docker.1.md @@ -12,7 +12,7 @@ docker \- Docker image and container command line interface **docker** is a client for interacting with the daemon (see **dockerd(8)**) through the CLI. The Docker CLI has over 30 commands. The commands are listed below and each has -its own man page which explain usage and arguments. +its own man page which explains usage and arguments. To see the man page for a command run **man docker **.