diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 0d64f84cfb..eaab17258d 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -2772,18 +2772,20 @@
- Adding Users - <filename>useradd.bbclass</filename> + <filename>useradd.bbclass</filename> - If you have packages that install files that are owned by custom users or groups, - you can use this class to specify those packages and associate the users and groups - with those packages. + The useradd class supports recipes that restrict + packages to certain users or groups. + For example, if you have packages that install files that are owned + by custom users or groups, you can use this class to specify + those packages and then associate them with the users and groups. The meta-skeleton/recipes-skeleton/useradd/useradd-example.bb recipe in the Source Directory provides a simple example that shows how to add three users and groups to two packages. - See the useradd-example.bb for more information on how to - use this class. + See the useradd-example.bb recipe for more + information on how to use this class.