aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-network-rm.1.md
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-07-22 13:46:28 +0200
committerPaul Holzinger <pholzing@redhat.com>2022-07-22 13:46:28 +0200
commitcbdda4e56e5bd462e4fdf9b5dd38052cf29e3850 (patch)
treec5365db4ca27ba7b595d8bc647b0deabc64db6e7 /docs/source/markdown/podman-network-rm.1.md
parent02eb057920cfd2542518497522f800f54a42643f (diff)
downloadpodman-cbdda4e56e5bd462e4fdf9b5dd38052cf29e3850.tar.gz
podman-cbdda4e56e5bd462e4fdf9b5dd38052cf29e3850.tar.bz2
podman-cbdda4e56e5bd462e4fdf9b5dd38052cf29e3850.zip
docs: remove CNI word where it is not applicable
Most network commands/features work with both netavark and CNI. When we added added netavark most docs were not vetted and thus still use CNI network, it should just say network. Fixes #14990 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-network-rm.1.md')
-rw-r--r--docs/source/markdown/podman-network-rm.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-network-rm.1.md b/docs/source/markdown/podman-network-rm.1.md
index c6e33c571..880f1d0c7 100644
--- a/docs/source/markdown/podman-network-rm.1.md
+++ b/docs/source/markdown/podman-network-rm.1.md
@@ -21,11 +21,11 @@ Seconds to wait before forcibly stopping the running containers that are using t
## EXAMPLE
-Delete the `cni-podman9` network
+Delete the `podman9` network
```
-# podman network rm cni-podman9
-Deleted: cni-podman9
+# podman network rm podman9
+Deleted: podman9
```
Delete the `fred` network and all containers associated with the network.