diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-01-15 15:51:43 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-01-20 08:56:00 -0500 |
commit | 02aeb3609eb8325bc8e8ba7b63c7465c9a8471f5 (patch) | |
tree | e60e9d213b301ec1ba9cd58d3582eca7a20dce6b /server/man/sss_groupdel.8.xml | |
parent | 85513446f1f92a94fcefcfaa9a8f9ab972afe055 (diff) | |
download | sssd-02aeb3609eb8325bc8e8ba7b63c7465c9a8471f5.tar.gz sssd-02aeb3609eb8325bc8e8ba7b63c7465c9a8471f5.tar.bz2 sssd-02aeb3609eb8325bc8e8ba7b63c7465c9a8471f5.zip |
Deleting nonexistent users or groups is not a noop
The manual pages for userdel and groupdel utilities incorrectly
stated that deleting a nonexistent user or group is a noop. We
changed that behavior, but forgot to sync the documentation.
Diffstat (limited to 'server/man/sss_groupdel.8.xml')
-rw-r--r-- | server/man/sss_groupdel.8.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/man/sss_groupdel.8.xml b/server/man/sss_groupdel.8.xml index 8c99ecf9..22f4fca0 100644 --- a/server/man/sss_groupdel.8.xml +++ b/server/man/sss_groupdel.8.xml @@ -31,8 +31,7 @@ <para> <command>sss_groupdel</command> deletes a group identified by its name <replaceable>GROUP</replaceable> - from the system. Deleting a non-existent group is a no-op and - will not be reported as an error. + from the system. </para> </refsect1> |