Merge pull request #151 from t8m/uid-count-default

Fix the default mentioned in man page for SUB_UID/GID_COUNT variables.
This commit is contained in:
Christian Brauner
2019-02-01 09:11:27 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<para>
The default values for <option>SUB_GID_MIN</option>,
<option>SUB_GID_MAX</option>, <option>SUB_GID_COUNT</option>
are respectively 100000, 600100000 and 10000.
are respectively 100000, 600100000 and 65536.
</para>
</listitem>
</varlistentry>

View File

@ -42,7 +42,7 @@
<para>
The default values for <option>SUB_UID_MIN</option>,
<option>SUB_UID_MAX</option>, <option>SUB_UID_COUNT</option>
are respectively 100000, 600100000 and 10000.
are respectively 100000, 600100000 and 65536.
</para>
</listitem>
</varlistentry>