aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-08 19:52:21 -0400
committerGitHub <noreply@github.com>2021-04-08 19:52:21 -0400
commit4efac1f76012c35122bca7c8feebc33141fc47d3 (patch)
tree2adc5579516e9ae947afb23d2784745d9be8a4e1
parent002180f02af69c602a80fc1fc824d171cdccd067 (diff)
parent736be87b25fe91d6d7b12ca63820d608490b8019 (diff)
downloadpodman-4efac1f76012c35122bca7c8feebc33141fc47d3.tar.gz
podman-4efac1f76012c35122bca7c8feebc33141fc47d3.tar.bz2
podman-4efac1f76012c35122bca7c8feebc33141fc47d3.zip
Merge pull request #9978 from jwakely/master
[CI:DOCS] Fix formatting of podman-build man page
-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 1bb3c2c3a..a91c7b6a6 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.