Skip to content

Commit 0839f42

Browse files
authored
Merge pull request systemd#5956 from eliasp/fix-typo-network-zones
man: fix typo (`--network-zones` → `--network-zone`)
2 parents b85bc55 + cf917c2 commit 0839f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/systemd-nspawn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
broadcast domain, here called a "zone". Each container may only be part of one zone, but each zone may contain
637637
any number of containers. Each zone is referenced by its name. Names may be chosen freely (as long as they form
638638
valid network interface names when prefixed with <literal>vz-</literal>), and it is sufficient to pass the same
639-
name to the <option>--network-zones=</option> switch of the various concurrently running containers to join
639+
name to the <option>--network-zone=</option> switch of the various concurrently running containers to join
640640
them in one zone.</para>
641641

642642
<para>Note that

0 commit comments

Comments
 (0)