summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2021-04-08 22:42:24 +0100
committerMatthew Heon <mheon@redhat.com>2021-04-16 11:45:45 -0400
commit0406fbb2bbeff1d11b1979381997b656e686df94 (patch)
tree3e98df3cf7c2871d1ecd8f78e890f16bc5e6dbb6
parenta23aecf1a69687f5a75784e3eef1500e8872c3d8 (diff)
downloadpodman-0406fbb2bbeff1d11b1979381997b656e686df94.tar.gz
podman-0406fbb2bbeff1d11b1979381997b656e686df94.tar.bz2
podman-0406fbb2bbeff1d11b1979381997b656e686df94.zip
[CI:DOCS] Fix formatting of podman-build man page
An apostrophe as the first character of the line is a formatting request in troff, so the words "'Containerfile' or 'Dockerfile'" are not visible when viewing 'man podman-build'. Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
-rw-r--r--docs/source/markdown/podman-build.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index ed020a9a5..876bfe412 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -12,8 +12,8 @@ podman\-build - Build a container image using a Containerfile
**podman build** Builds an image using instructions from one or more
Containerfiles or Dockerfiles and a specified build context directory. A
Containerfile uses the same syntax as a Dockerfile internally. For this
-document, a file referred to as a Containerfile can be a file named either
-'Containerfile' or 'Dockerfile'.
+document, a file referred to as a Containerfile can be a file named
+either 'Containerfile' or 'Dockerfile'.
The build context directory can be specified as the http(s) URL of an archive,
git repository or Containerfile.