From d5527c3304194b97b4b5cd93a4c7c16299c70492 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 9 Jun 2021 10:04:11 -0600 Subject: System tests: deal with crun 0.20.1 crun 0.20.1 changed an error message that we relied on. Deal with it by accepting the old and new message. Also (unrelated): sneak in some doc fixes to get rid of nasty go-md2man warnings that have crept into man pages. Signed-off-by: Ed Santiago --- docs/source/markdown/podman-pod-create.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/markdown/podman-pod-create.1.md') diff --git a/docs/source/markdown/podman-pod-create.1.md b/docs/source/markdown/podman-pod-create.1.md index 37eb098d1..4b890a7af 100644 --- a/docs/source/markdown/podman-pod-create.1.md +++ b/docs/source/markdown/podman-pod-create.1.md @@ -10,8 +10,8 @@ podman\-pod\-create - Create a new pod Creates an empty pod, or unit of multiple containers, and prepares it to have containers added to it. The pod id is printed to STDOUT. You can then use -**podman create --pod \ ...** to add containers to the pod, and -**podman pod start \** to start the pod. +**podman create --pod `` ...** to add containers to the pod, and +**podman pod start ``** to start the pod. ## OPTIONS -- cgit v1.2.3-54-g00ecf