diff options
author | Jonathan Boulle <jonathan.boulle@coreos.com> | 2015-05-22 20:11:01 -0700 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2015-05-23 10:41:00 +0200 |
commit | 7c918141edad0063a82411e0f9637e72a8aba223 (patch) | |
tree | b50db34d65d50d84d8cc50087194b64a66c89d64 /man | |
parent | 717442507b4b11aa1d76810d7b12b15948c7a250 (diff) |
fix typos in systemd-nspawn man page
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 6a5db86cec..06285edc0b 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -330,7 +330,7 @@ first host UID to assign to the container, the second parameter specifies the number of host UIDs to assign to the container. If the second parameter is omitted, 65536 UIDs are - assigned. If the first parameter is also ommitted (and hence + assigned. If the first parameter is also omitted (and hence no parameter passed at all), the first UID assigned to the container is read from the owner of the root directory of the container's directory tree. By default no user namespacing is @@ -454,7 +454,7 @@ container port number in the range from 1 to 65535. The protocol specifier and its separating colon may be omitted, in which case <literal>tcp</literal> is assumed. The container - port number and its colon may be ommitted, in which case the + port number and its colon may be omitted, in which case the same port as the host port is implied. This option is only supported if private networking is used, such as <option>--network-veth</option> or |