From ec6b7dbd902413b807f0bbaef5e07d830f9254cc Mon Sep 17 00:00:00 2001 From: Francis Bergin Date: Sun, 11 Jun 2023 12:25:05 -0400 Subject: [PATCH] Fix system service manpage name in API Documentation [NO NEW TESTS NEEDED] Signed-off-by: Francis Bergin --- pkg/api/server/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/server/doc.go b/pkg/api/server/doc.go index 4be87dd59a..518a585827 100644 --- a/pkg/api/server/doc.go +++ b/pkg/api/server/doc.go @@ -21,7 +21,7 @@ // API responses. This is because the zero value for the field type is null. The field // description in the docs will state what type the field is expected to be for such cases. // -// See podman-service(1) for more information. +// See podman-system-service(1) for more information. // // Quick Examples: //