From 748bebe46fa6631088ac772b0ffbb1524c51ca1a Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Fri, 6 Mar 2015 13:41:13 -0800 Subject: [PATCH] Fix typos in docs/man/README.md --- docs/man/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/README.md b/docs/man/README.md index 4828b486d2..623558d0ff 100644 --- a/docs/man/README.md +++ b/docs/man/README.md @@ -1,7 +1,7 @@ Kubernetes Documentation ==================== -This directory contains the Docker user manual in the Markdown format. +This directory contains the Kubernetes user manual in the Markdown format. Do *not* edit the man pages in the man1 directory. Instead, amend the Markdown (*.md) files. @@ -23,7 +23,7 @@ environment. This uses `go-md2man`, a pure Go Markdown to man page generator. ## Building the md2man image -There is a `Dockerfile` provided in the `docker/docs/man` directory. +There is a `Dockerfile` provided in the `kubernetes/docs/man` directory. Using this `Dockerfile`, create a Docker image tagged `docker/md2man`: