From 15f35d35485468cecace3f19be3aa1d6ba509983 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Wed, 2 Aug 2023 15:01:16 +0100 Subject: [PATCH] Remove unnecessary backslashes Signed-off-by: Adam Jones --- docs/source/markdown/podman-completion.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/markdown/podman-completion.1.md b/docs/source/markdown/podman-completion.1.md index d1190ba6e9..85583dc92d 100644 --- a/docs/source/markdown/podman-completion.1.md +++ b/docs/source/markdown/podman-completion.1.md @@ -40,12 +40,12 @@ podman completion -f /etc/bash_completion.d/podman bash ### ZSH -Shell completion needs to be already enabled in the environment. The following can be executed:\ +Shell completion needs to be already enabled in the environment. The following can be executed: ``` echo "autoload -U compinit; compinit" >> ~/.zshrc ``` -To make it available for all zsh sessions run:\ +To make it available for all zsh sessions run: ``` podman completion -f "${fpath[1]}/_podman" zsh ```