1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00

Replace troff code with markdown in buildah-{copy,add}.1.md

Signed-off-by: Peter Whittaker <PeterWhittaker@SphyrnaSecurity.com>
This commit is contained in:
Peter Whittaker
2023-08-21 12:28:08 -04:00
parent 0058602e50
commit af38912583
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ buildah add containerID 'passwd' 'certs.d' /etc
If a .containerignore or .dockerignore file exists in the context directory,
`buildah add` reads its contents. If both exist, then .containerignore is used.
When the \fB\fC\-\-ignorefile\fR option is specified Buildah reads it and
When the `--ignorefile` option is specified Buildah reads it and
uses it to decide which content to exclude when copying content into the
working container.

View File

@@ -87,7 +87,7 @@ buildah copy containerID 'passwd' 'certs.d' /etc
If the .containerignore/.dockerignore file exists in the context directory,
`buildah copy` reads its contents. If both exist, then .containerignore is used.
When the \fB\fC\-\-ignorefile\fR option is specified Buildah reads it and
When the `--ignorefile` option is specified Buildah reads it and
uses it to decide which content to exclude when copying content into the
working container.