Browse Source

Merge pull request #6425 from tianon/fix-man-page-spelling-errors

Fix several man page spelling errors
Tianon Gravi 11 years ago
parent
commit
a6ce867e48

+ 1 - 1
contrib/man/md/Dockerfile.5.md

@@ -38,7 +38,7 @@ A Dockerfile is similar to a Makefile.
     
     
 **sudo docker build -t repository/tag .**
 **sudo docker build -t repository/tag .**
  -- specifies a repository and tag at which to save the new image if the build 
  -- specifies a repository and tag at which to save the new image if the build 
-    succeeds. The Docker daemon runs the steps one-by-one, commiting the result 
+    succeeds. The Docker daemon runs the steps one-by-one, committing the result 
     to a new image if necessary before finally outputting the ID of the new 
     to a new image if necessary before finally outputting the ID of the new 
     image. The Docker daemon automatically cleans up the context it is given.
     image. The Docker daemon automatically cleans up the context it is given.
 
 

+ 2 - 2
contrib/man/md/docker-events.1.md

@@ -20,7 +20,7 @@ seconds since epoch, or date string.
 ## Listening for Docker events
 ## Listening for Docker events
 
 
 After running docker events a container 786d698004576 is started and stopped
 After running docker events a container 786d698004576 is started and stopped
-(The container name has been shortened in the ouput below):
+(The container name has been shortened in the output below):
 
 
     # docker events
     # docker events
     [2014-04-12 18:23:04 -0400 EDT] 786d69800457: (from whenry/testimage:latest) start
     [2014-04-12 18:23:04 -0400 EDT] 786d69800457: (from whenry/testimage:latest) start
@@ -43,4 +43,4 @@ Again the output container IDs have been shortened for the purposes of this docu
 
 
 # HISTORY
 # HISTORY
 April 2014, Originally compiled by William Henry (whenry at redhat dot com)
 April 2014, Originally compiled by William Henry (whenry at redhat dot com)
-based on docker.io source material and internal work.
+based on docker.io source material and internal work.

+ 3 - 3
contrib/man/md/docker.1.md

@@ -10,15 +10,15 @@ docker \- Docker image and container command line interface
 # DESCRIPTION
 # DESCRIPTION
 **docker** has two distinct functions. It is used for starting the Docker
 **docker** has two distinct functions. It is used for starting the Docker
 daemon and to run the CLI (i.e., to command the daemon to manage images,
 daemon and to run the CLI (i.e., to command the daemon to manage images,
-containers etc.) So **docker** is both a server, as a deamon, and a client
+containers etc.) So **docker** is both a server, as a daemon, and a client
 to the daemon, through the CLI.
 to the daemon, through the CLI.
 
 
-To run the Docker deamon you do not specify any of the commands listed below but
+To run the Docker daemon you do not specify any of the commands listed below but
 must specify the **-d** option.  The other options listed below are for the
 must specify the **-d** option.  The other options listed below are for the
 daemon only.
 daemon only.
 
 
 The Docker CLI has over 30 commands. The commands are listed below and each has
 The Docker CLI has over 30 commands. The commands are listed below and each has
-its own man page which explain usage and arguements.
+its own man page which explain usage and arguments.
 
 
 To see the man page for a command run **man docker <command>**.
 To see the man page for a command run **man docker <command>**.