diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index d870d6d3cc..044ab23d34 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -396,8 +396,6 @@ its root filesystem mounted as read only prohibiting any writes.
 
 **--rm**=*true*|*false*
    Automatically remove the container when it exits. The default is *false*.
-   `--rm` flag can work together with `-d`, and auto-removal will be done on daemon side. Note that it's
-incompatible with any restart policy other than `none`.
 
 **--security-opt**=[]
    Security Options
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 81581abfbf..edd7ed681d 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -397,8 +397,6 @@ its root filesystem mounted as read only prohibiting any writes.
 
 **--rm**=*true*|*false*
    Automatically remove the container when it exits. The default is *false*.
-   `--rm` flag can work together with `-d`, and auto-removal will be done on daemon side. Note that it's
-incompatible with any restart policy other than `none`.
 
 **--security-opt**=[]
    Security Options