summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 5bc4472e34..a33a5909ca 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2810,11 +2810,10 @@ The ``useradd*`` classes support the addition of users or groups for
2810usage by the package on the target. For example, if you have packages 2810usage by the package on the target. For example, if you have packages
2811that contain system services that should be run under their own user or 2811that contain system services that should be run under their own user or
2812group, you can use these classes to enable creation of the user or 2812group, you can use these classes to enable creation of the user or
2813group. The ``meta-skeleton/recipes-skeleton/useradd/useradd-example.bb`` 2813group. The :oe_git:`meta-skeleton/recipes-skeleton/useradd/useradd-example.bb
2814</openembedded-core/tree/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb>`
2814recipe in the :term:`Source Directory` provides a simple 2815recipe in the :term:`Source Directory` provides a simple
2815example that shows how to add three users and groups to two packages. 2816example that shows how to add three users and groups to two packages.
2816See the ``useradd-example.bb`` recipe for more information on how to use
2817these classes.
2818 2817
2819The ``useradd_base`` class provides basic functionality for user or 2818The ``useradd_base`` class provides basic functionality for user or
2820groups settings. 2819groups settings.