From b0f7072ac9c658962cc4cbaf332406aba3706deb Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Tue, 19 Sep 2023 14:16:20 -0400 Subject: [PATCH] [CI:DOCS] Tweak podman to Podman in a few farm man pages While doing a review of the farm man pages after they had been submitted, I found a few references to "podman" that should have been "Podman". I have touched those up in this commit. Signed-off-by: TomSweeneyRedHat --- docs/source/markdown/podman-farm-create.1.md | 2 +- docs/source/markdown/podman-farm.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/markdown/podman-farm-create.1.md b/docs/source/markdown/podman-farm-create.1.md index ac292fa2d6..19a26bf7b1 100644 --- a/docs/source/markdown/podman-farm-create.1.md +++ b/docs/source/markdown/podman-farm-create.1.md @@ -7,7 +7,7 @@ podman\-farm\-create - Create a new farm **podman farm create** [*options*] *name* [*connections*] ## DESCRIPTION -Create a new farm with connections that podman knows about which were added via the +Create a new farm with connections that Podman knows about which were added via the *podman system connection add* command. An empty farm can be created without adding any connections to it. Add or remove diff --git a/docs/source/markdown/podman-farm.1.md b/docs/source/markdown/podman-farm.1.md index 5ba43785a3..7c08dc4ca5 100644 --- a/docs/source/markdown/podman-farm.1.md +++ b/docs/source/markdown/podman-farm.1.md @@ -7,7 +7,7 @@ podman\-farm - Farm out builds to machines running podman for different architec **podman farm** *subcommand* ## DESCRIPTION -Farm out builds to machines running podman for different architectures. +Farm out builds to machines running Podman for different architectures. Manage farms by creating, updating, and removing them.