diff options
Diffstat (limited to 'server/man')
-rw-r--r-- | server/man/sss_groupdel.8.xml | 3 | ||||
-rw-r--r-- | server/man/sss_userdel.8.xml | 3 |
2 files changed, 2 insertions, 4 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> diff --git a/server/man/sss_userdel.8.xml b/server/man/sss_userdel.8.xml index 628c82c0..0c495297 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> |