summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-01-15 15:51:43 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-01-22 09:14:04 -0500
commitf464891b10f73c5dff4f769774635483d9a7f7f8 (patch)
treec481d53a56808c4030d99f38629ac67b000c3f51 /server
parentebbd0af8094aec1b110f145c2242bdde898dda45 (diff)
downloadsssd-f464891b10f73c5dff4f769774635483d9a7f7f8.tar.gz
sssd-f464891b10f73c5dff4f769774635483d9a7f7f8.tar.xz
sssd-f464891b10f73c5dff4f769774635483d9a7f7f8.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')
-rw-r--r--server/man/sss_groupdel.8.xml3
-rw-r--r--server/man/sss_userdel.8.xml3
2 files changed, 2 insertions, 4 deletions
diff --git a/server/man/sss_groupdel.8.xml b/server/man/sss_groupdel.8.xml
index 887dfab8f..7cb94c2e5 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>
diff --git a/server/man/sss_userdel.8.xml b/server/man/sss_userdel.8.xml
index 2b6d923e4..a13fa5c57 100644
--- a/server/man/sss_userdel.8.xml
+++ b/server/man/sss_userdel.8.xml
@@ -31,8 +31,7 @@
<para>
<command>sss_userdel</command> deletes a user
identified by login name <replaceable>LOGIN</replaceable>
- from the system. Deleting a non-existent user is a no-op and
- will not be reported as an error.
+ from the system.
</para>
</refsect1>