summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-02-03 10:57:04 -0500
committerGitHub <noreply@github.com>2021-02-03 10:57:04 -0500
commite8db5bb6e3434f7cf22364048d55bf5f079c58b8 (patch)
treef9781b63e93cc9ee08762dfa10d93f840480083e /docs
parent4ce8b1281e69b55b6024e87f2dec06638c678f10 (diff)
parentdfa9a340ad849637cdc1157f9ec13bac7d789b0e (diff)
downloadpodman-e8db5bb6e3434f7cf22364048d55bf5f079c58b8.tar.gz
podman-e8db5bb6e3434f7cf22364048d55bf5f079c58b8.tar.bz2
podman-e8db5bb6e3434f7cf22364048d55bf5f079c58b8.zip
Merge pull request #9210 from edsantiago/makefile_fixes
Makefile: make bin/* real targets!
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-network-create.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-network-create.1.md b/docs/source/markdown/podman-network-create.1.md
index 86b15162a..3d5d98055 100644
--- a/docs/source/markdown/podman-network-create.1.md
+++ b/docs/source/markdown/podman-network-create.1.md
@@ -9,7 +9,7 @@ podman\-network-create - Create a Podman CNI network
## DESCRIPTION
Create a CNI-network configuration for use with Podman. By default, Podman creates a bridge connection.
A *Macvlan* connection can be created with the *-d macvlan* option. A parent device for macvlan can
-be designated with the *-o parent=<device>* option. In the case of *Macvlan* connections, the
+be designated with the *-o parent=\<device>* option. In the case of *Macvlan* connections, the
CNI *dhcp* plugin needs to be activated or the container image must have a DHCP client to interact
with the host network's DHCP server.