From 62e5eb47346c02221eea7de004182de2f96d098a Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 22 Sep 2024 22:17:38 -0700 Subject: [PATCH] docs: Fix missing negation Fixes: 32c2cea0f9a7 ("Remove future tense from man pages") Signed-off-by: Benjamin Gilbert --- docs/source/markdown/podman-build.1.md.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in index 1a120c15fe..08c5d3d144 100644 --- a/docs/source/markdown/podman-build.1.md.in +++ b/docs/source/markdown/podman-build.1.md.in @@ -311,7 +311,7 @@ values for $GOOS and $GOARCH at https://golang.org/doc/install/source#environmen and can also be found by running `go tool dist list`. While `podman build` is happy to use base images and build images for any -platform that exists, `RUN` instructions are able to succeed without +platform that exists, `RUN` instructions are unable to succeed without the help of emulation provided by packages like `qemu-user-static`. @@option pull.image