From a532994f8bdc09f80319bd84590d21d392f2b320 Mon Sep 17 00:00:00 2001 From: paranlee Date: Tue, 16 Feb 2021 20:46:21 +0900 Subject: Fix typo podman run doc in flag -pid=mode "efault" Signed-off-by: paranlee --- docs/source/markdown/podman-run.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 49b45f4f8..8c0b12e90 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -714,7 +714,7 @@ Override the OS, defaults to hosts, of the image to be pulled. For example, `win #### **--pid**=*mode* Set the PID namespace mode for the container. -The efault is to create a private PID namespace for the container. +The default is to create a private PID namespace for the container. - **container:**_id_: join another container's PID namespace; - **host**: use the host's PID namespace for the container. Note the host mode gives the container full access to local PID and is therefore considered insecure; -- cgit v1.2.3-54-g00ecf