summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-01-01 14:21:19 +0000
committerSimon McVittie <smcv@collabora.com>2021-05-14 12:24:44 +0100
commit474d11579dc73665167560707edcfe51f88fa3b3 (patch)
tree79bafffc171e55bbb6619c042a6a1c76eab9c896
parentdc4c266cc578e93a04ae6f845d39480a8c9a49e2 (diff)
downloadbubblewrap-474d11579dc73665167560707edcfe51f88fa3b3.tar.gz
Fix typos for "descendant" in man page
Detected by Debian's Lintian tool. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--bwrap.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bwrap.xml b/bwrap.xml
index e0e9c69..f383abb 100644
--- a/bwrap.xml
+++ b/bwrap.xml
@@ -132,12 +132,12 @@
</varlistentry>
<varlistentry>
<term><option>--userns <arg choice="plain">FD</arg></option></term>
- <listitem><para>Use an existing user namespace instead of creating a new one. The namespace must fulfil the permission requirements for setns(), which generally means that it must be a decendant of the currently active user namespace, owned by the same user. </para>
+ <listitem><para>Use an existing user namespace instead of creating a new one. The namespace must fulfil the permission requirements for setns(), which generally means that it must be a descendant of the currently active user namespace, owned by the same user. </para>
<para>This is incompatible with --unshare-user, and doesn't work in the setuid version of bubblewrap.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--userns2 <arg choice="plain">FD</arg></option></term>
- <listitem><para>After setting up the new namespace, switch into the specified namespace. For this to work the specified namespace must be a decendant of the user namespace used for the setup, so this is only useful in combination with --userns.</para>
+ <listitem><para>After setting up the new namespace, switch into the specified namespace. For this to work the specified namespace must be a descendant of the user namespace used for the setup, so this is only useful in combination with --userns.</para>
<para>This is useful because sometimes bubblewrap itself creates nested user namespaces (to work around some kernel issues) and --userns2 can be used to enter these.</para></listitem>
</varlistentry>
<varlistentry>