summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@suse.com>2018-08-30 10:55:11 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-30 16:51:56 +0000
commit3f6426aeec0fae9e6aac7aa5c5c94600c5fe3ff9 (patch)
tree45584e865c24d547bf292fac074f690b6c8e4a79 /docs
parent442742aa0aa065e3e7d033918340b68582e213e8 (diff)
downloadpodman-3f6426aeec0fae9e6aac7aa5c5c94600c5fe3ff9.tar.gz
podman-3f6426aeec0fae9e6aac7aa5c5c94600c5fe3ff9.tar.bz2
podman-3f6426aeec0fae9e6aac7aa5c5c94600c5fe3ff9.zip
docs: make HISTORY consistent
- second heading - consistent mail addresses <user@domain.com> - change order with latest changes first Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #1375 Approved by: rhatdan
Diffstat (limited to 'docs')
-rw-r--r--docs/containers-mounts.conf.5.md2
-rw-r--r--docs/libpod.conf.5.md2
-rw-r--r--docs/podman-build.1.md4
-rw-r--r--docs/podman-create.1.md9
-rw-r--r--docs/podman-logs.1.md3
-rw-r--r--docs/podman-run.1.md13
-rw-r--r--docs/podman-top.1.md4
7 files changed, 22 insertions, 15 deletions
diff --git a/docs/containers-mounts.conf.5.md b/docs/containers-mounts.conf.5.md
index 5372dd8ab..84cb2177d 100644
--- a/docs/containers-mounts.conf.5.md
+++ b/docs/containers-mounts.conf.5.md
@@ -12,5 +12,5 @@ The format of the mounts.conf is the volume format `/SRC:/DEST`, one mount per l
# FILES
Some distributions may provide a `/usr/share/containers/mounts.conf` file to provide default mounts, but users can create a `/etc/containers/mounts.conf`, to specify their own special volumes to mount in the container.
-# HISTORY
+## HISTORY
Aug 2018, Originally compiled by Valentin Rothberg <vrothberg@suse.com>
diff --git a/docs/libpod.conf.5.md b/docs/libpod.conf.5.md
index 8a339d07e..7ec5e9782 100644
--- a/docs/libpod.conf.5.md
+++ b/docs/libpod.conf.5.md
@@ -48,5 +48,5 @@ libpod to manage containers.
# FILES
/etc/containers/libpod.conf, default libpod configuration path
-# HISTORY
+## HISTORY
Apr 2018, Originally compiled by Nathan Williams <nath.e.will@gmail.com>
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md
index c64ec91cd..079d63c36 100644
--- a/docs/podman-build.1.md
+++ b/docs/podman-build.1.md
@@ -607,6 +607,6 @@ registries.conf is the configuration file which specifies which container regist
podman(1), buildah(1), containers-registries.conf(5)
## HISTORY
+May 2018, Minor revisions added by Joe Doss <joe@solidadmin.com>
-* December 2017, Originally compiled by Tom Sweeney <tsweeney@redhat.com>
-* May 2018, Minor revisions added by Joe Doss <joe@solidadmin.com>
+December 2017, Originally compiled by Tom Sweeney <tsweeney@redhat.com>
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index e7732b60f..42a4cdbca 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -724,7 +724,10 @@ the uid and gid from the host.
SUBGID(5), SUBUID(5),
## HISTORY
-August 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
-September 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
-November 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
October 2017, converted from Docker documentation to podman by Dan Walsh for podman <dwalsh@redhat.com>
+
+November 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
+
+September 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
+
+August 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
diff --git a/docs/podman-logs.1.md b/docs/podman-logs.1.md
index 15bf56c00..71a798bc0 100644
--- a/docs/podman-logs.1.md
+++ b/docs/podman-logs.1.md
@@ -82,5 +82,6 @@ podman logs 224c375f27cd --since 10m myserver
podman(1)
## HISTORY
-August 2017, Originally compiled by Ryan Cole <rycole@redhat.com>
February 2018, Updated by Brent Baude <bbaude@redhat.com>
+
+August 2017, Originally compiled by Ryan Cole <rycole@redhat.com>
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 68dc81b7f..670c9760c 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -978,9 +978,12 @@ the uid and gid from the host.
SUBGID(5), SUBUID(5),
## HISTORY
-April 2014, Originally compiled by William Henry (whenry at redhat dot com)
-based on docker.com source material and internal work.
-June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
-July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
-November 2015, updated by Sally O'Malley <somalley@redhat.com>
October 2017, converted from Docker documentation to podman by Dan Walsh for podman <dwalsh@redhat.com>
+
+November 2015, updated by Sally O'Malley <somalley@redhat.com>
+
+July 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
+
+June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
+
+April 2014, Originally compiled by William Henry <whenry@redhat.com> based on docker.com source material and internal work.
diff --git a/docs/podman-top.1.md b/docs/podman-top.1.md
index 5575f0339..b89316859 100644
--- a/docs/podman-top.1.md
+++ b/docs/podman-top.1.md
@@ -91,6 +91,6 @@ PID SECCOMP COMMAND %CPU
podman(1), ps(1), seccomp(2), proc(5), capabilities(7)
## HISTORY
-December 2017, Originally compiled by Brent Baude <bbaude@redhat.com>
-
July 2018, Introduce format descriptors by Valentin Rothberg <vrothberg@suse.com>
+
+December 2017, Originally compiled by Brent Baude <bbaude@redhat.com>