diff options
author | Elias Probst <mail@eliasprobst.eu> | 2017-05-13 20:55:03 +0200 |
---|---|---|
committer | Elias Probst <mail@eliasprobst.eu> | 2017-05-13 20:56:44 +0200 |
commit | cf917c27b654d4f1ee719ea27f49c6db93a3ec9c (patch) | |
tree | 378c6dc042baa2097064c968225ddfdcb31c4b21 /man | |
parent | b85bc551c3cbd26b03c79c8d416389e7ac501760 (diff) | |
download | systemd-cf917c27b654d4f1ee719ea27f49c6db93a3ec9c.tar.gz |
man: fix typo (`--network-zones` → `--network-zone`)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index a7af8c25db..ae7082776d 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -636,7 +636,7 @@ broadcast domain, here called a "zone". Each container may only be part of one zone, but each zone may contain any number of containers. Each zone is referenced by its name. Names may be chosen freely (as long as they form valid network interface names when prefixed with <literal>vz-</literal>), and it is sufficient to pass the same - name to the <option>--network-zones=</option> switch of the various concurrently running containers to join + name to the <option>--network-zone=</option> switch of the various concurrently running containers to join them in one zone.</para> <para>Note that |