commit 8322c0fa51d9b158652c9526e6b682ee8c6c6c84
Author: Lokesh Mandvekar <l...@redhat.com>
Date:   Wed Jan 22 17:02:37 2014 -0500

    correct typo in manpage
    
    Signed-off-by: Lokesh Mandvekar <l...@redhat.com>

 docker-io.spec |    5 ++++-
 docker.1       |   37 +++++++------------------------------
 2 files changed, 11 insertions(+), 31 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 31d61b2..b7e73af 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -14,7 +14,7 @@
 
 Name:           docker-io
 Version:        0.7.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Automates deployment of containerized applications
 License:        ASL 2.0
 
@@ -167,6 +167,9 @@ fi
 %{_sysconfdir}/udev/rules.d/80-docker.rules
 
 %changelog
+* Wed Jan 22 2014 Lokesh Mandvekar <l...@redhat.com> - 0.7.6-4
+- correct typos in manpage
+
 * Wed Jan 22 2014 Lokesh Mandvekar <l...@redhat.com> - 0.7.6-3
 - install fedora customized manpage instead of upstream provided version
 - get rid of python-sphinx* dependencies
diff --git a/docker.1 b/docker.1
index c9bfaba..780231c 100644
--- a/docker.1
+++ b/docker.1
@@ -622,41 +622,18 @@ Show the history of an image
 .UNINDENT
 .UNINDENT
 .sp
-To see how the \fBdocker:latest\fP image was built:
-.INDENT 0.0
-.INDENT 3.5
-.sp
-.nf
-.ft C
-$ docker history docker
-ID                  CREATED             CREATED BY
-docker:latest       19 hours ago        /bin/sh \-c #(nop) ADD . in 
/go/src/github.com/dotcloud/docker
-cf5f2467662d        2 weeks ago         /bin/sh \-c #(nop) ENTRYPOINT 
["hack/dind"]
-3538fbe372bf        2 weeks ago         /bin/sh \-c #(nop) WORKDIR 
/go/src/github.com/dotcloud/docker
-7450f65072e5        2 weeks ago         /bin/sh \-c #(nop) VOLUME 
/var/lib/docker
-b79d62b97328        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
lxc
-36714852a550        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
iptables
-8c4c706df1d6        2 weeks ago         /bin/sh \-c /bin/echo \-e 
\(aq[default]\enaccess_key=$AWS_ACCESS_KEY\ensecret_key=$AWS_SECRET_KEYn\(aq > 
/.s3cfg
-b89989433c48        2 weeks ago         /bin/sh \-c pip install python\-magic
-a23e640d85b5        2 weeks ago         /bin/sh \-c pip install s3cmd
-41f54fec7e79        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
python\-pip
-d9bc04add907        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
reprepro dpkg\-sig
-e74f4760fa70        2 weeks ago         /bin/sh \-c gem install \-\-no\-rdoc 
\-\-no\-ri fpm
-1e43224726eb        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
ruby1.9.3 rubygems libffi\-dev
-460953ae9d7f        2 weeks ago         /bin/sh \-c #(nop) ENV 
GOPATH=/go:/go/src/github.com/dotcloud/docker/vendor
-8b63eb1d666b        2 weeks ago         /bin/sh \-c #(nop) ENV 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/goroot/bin
-3087f3bcedf2        2 weeks ago         /bin/sh \-c #(nop) ENV GOROOT=/goroot
-635840d198e5        2 weeks ago         /bin/sh \-c cd /goroot/src && 
./make.bash
-439f4a0592ba        2 weeks ago         /bin/sh \-c curl \-s 
https://go.googlecode.com/files/go1.1.2.src.tar.gz | tar \-v \-C / \-xz && mv 
/go /goroot
-13967ed36e93        2 weeks ago         /bin/sh \-c #(nop) ENV CGO_ENABLED=0
-bf7424458437        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
build\-essential
-a89ec997c3bf        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
mercurial
-b9f165c6e749        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
git
-17a64374afa7        2 weeks ago         /bin/sh \-c apt\-get install \-y \-q 
curl
-d5e85dc5b1d8        2 weeks ago         /bin/sh \-c apt\-get update
-13e642467c11        2 weeks ago         /bin/sh \-c echo \(aqdeb 
http://archive.fedora.com/ubuntu precise main universe\(aq > 
/etc/apt/sources.list
-ae6dde92a94e        2 weeks ago         /bin/sh \-c #(nop) MAINTAINER Solomon 
Hykes <solo...@dotcloud.com>
-fedora:20        6 months ago
+To see how an image was built:
+.INDENT 0.0
+.INDENT 3.5
+.sp
+.nf
+.ft C
+$ docker history lsm5/test
+IMAGE               CREATED             CREATED BY                             
         SIZE
+ca1a85fb2f1a        5 hours ago         /bin/bash                              
         5.893 MB
+924a401326b8        2 weeks ago         /bin/sh -c #(nop) ADD 
fedora-20-medium.tar.xz   385.5 MB
+4a646dfe724f        2 weeks ago         /bin/sh -c #(nop) MAINTAINER Lokesh 
Mandvekar   0 B
+511136ea3c5a        7 months ago                        
 .ft P
 .fi
 .UNINDENT
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to