diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-11-23 01:18:04 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-11-23 01:21:39 +0800 |
commit | a66cd7f0201c2bc14f46f89c7625d3040408dd08 (patch) | |
tree | fa82d58f1d3e9a9a359efbcacb0219447aeb06ea /chapter08 | |
parent | 0298c764d8ae6a6e2b237bad78512496dfc14fab (diff) |
shadow: update desc of libsubid
I was using the transitive verb "process" here, not the noun. Use
another word to avoid the ambiguity. Also add "and groups" because
there is also subgid alongside subuid.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 9ed79103f..720b52db2 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -639,7 +639,7 @@ useradd -D --gid 999</userinput></screen> <varlistentry id="libsubid"> <term><filename class='libraryfile'>libsubid</filename></term> <listitem> - <para>library for processing subordinate id ranges for users</para> + <para>library to handle subordinate id ranges for users and groups</para> <indexterm zone="ch-system-shadow libsubid"> <primary sortas="c-libsubid">libsubid</primary> </indexterm> |