From ce7d4bbc75eea6948eaac0d97eac7e8792a06e3d Mon Sep 17 00:00:00 2001 From: Ingo Becker Date: Fri, 25 Nov 2022 12:19:06 +0100 Subject: [PATCH] Fix manpage emphasis Signed-off-by: Ingo Becker --- docs/source/markdown/podman-volume-create.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-volume-create.1.md b/docs/source/markdown/podman-volume-create.1.md index 967149d17b6f..53c315dd2b44 100644 --- a/docs/source/markdown/podman-volume-create.1.md +++ b/docs/source/markdown/podman-volume-create.1.md @@ -22,7 +22,7 @@ There are two drivers supported by Podman itself: **local** and **image**. The **local** driver uses a directory on disk as the backend by default, but can also use the **mount(8)** command to mount a filesystem as the volume if **--opt** is specified. The **image** driver uses an image as the backing store of for the volume. An overlay filesystem will be created, which allows changes to the volume to be committed as a new layer on top of the image. -Using a value other than **local or **image**, Podman will attempt to create the volume using a volume plugin with the given name. +Using a value other than **local** or **image**, Podman will attempt to create the volume using a volume plugin with the given name. Such plugins must be defined in the **volume_plugins** section of the **[containers.conf(5)](https://github.com/containers/common/blob/main/docs/containers.conf.5.md)** configuration file. #### **--help**