Update lxc-execute.sgml.in

add hint to use numerical values for uid and gid

Signed-off-by: MMFuba <114305581+MMFuba@users.noreply.github.com>
This commit is contained in:
MMFuba 2024-05-12 21:17:57 +02:00 committed by GitHub
parent a1d2ec8657
commit a7aa2974d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@
</term>
<listitem>
<para>
Executes the <replaceable>command</replaceable> with user ID
Executes the <replaceable>command</replaceable> with user ID (use numerical value)
<replaceable>uid</replaceable> inside the container.
</para>
</listitem>
@ -136,7 +136,7 @@
</term>
<listitem>
<para>
Executes the <replaceable>command</replaceable> with group ID
Executes the <replaceable>command</replaceable> with group ID (use numerical value)
<replaceable>gid</replaceable> inside the container.
</para>
</listitem>