From 8d365ae8b0a6cb1f67e3cb573f982e1a25f94f4e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 29 May 2009 08:02:55 -0400 Subject: [PATCH] Proposed manpage cleanup --- server/man/sss_groupadd.8.xml | 6 +++--- server/man/sss_groupdel.8.xml | 2 +- server/man/sss_groupmod.8.xml | 2 +- server/man/sss_useradd.8.xml | 2 +- server/man/sss_userdel.8.xml | 4 ++-- server/man/sss_usermod.8.xml | 2 +- server/man/sssd.8.xml | 6 +++--- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/server/man/sss_groupadd.8.xml b/server/man/sss_groupadd.8.xml index e97e966..9196620 100644 --- a/server/man/sss_groupadd.8.xml +++ b/server/man/sss_groupadd.8.xml @@ -29,9 +29,9 @@ DESCRIPTION - sss_groupadd command creates a new group using - the values specified on the command line plus the default values from - the system. + sss_groupadd creates a new group. These groups are compatible + with POSIX groups, with the additional feature that they can contain other groups + as members. diff --git a/server/man/sss_groupdel.8.xml b/server/man/sss_groupdel.8.xml index df3467f..83a05d9 100644 --- a/server/man/sss_groupdel.8.xml +++ b/server/man/sss_groupdel.8.xml @@ -29,7 +29,7 @@ DESCRIPTION - The sss_groupdel command deletes a group + sss_groupdel deletes a group identified by its name GROUP from the system. Deleting a non-existent group is a no-op and will not be reported as an error. diff --git a/server/man/sss_groupmod.8.xml b/server/man/sss_groupmod.8.xml index cf3a693..9a73f7d 100644 --- a/server/man/sss_groupmod.8.xml +++ b/server/man/sss_groupmod.8.xml @@ -29,7 +29,7 @@ DESCRIPTION - The sss_groupmod command modifies the + sss_groupmod modifies the group to reflect the changes that are specified on the command line. diff --git a/server/man/sss_useradd.8.xml b/server/man/sss_useradd.8.xml index e0e5aad..039c848 100644 --- a/server/man/sss_useradd.8.xml +++ b/server/man/sss_useradd.8.xml @@ -29,7 +29,7 @@ DESCRIPTION - sss_useradd command creates a new user account using + sss_useradd creates a new user account using the values specified on the command line plus the default values from the system. diff --git a/server/man/sss_userdel.8.xml b/server/man/sss_userdel.8.xml index 36dd2ef..10fbeb1 100644 --- a/server/man/sss_userdel.8.xml +++ b/server/man/sss_userdel.8.xml @@ -29,8 +29,8 @@ DESCRIPTION - The sss_userdel command deletes a user - identified by his login name LOGIN + sss_userdel deletes a user + identified by login name LOGIN from the system. Deleting a non-existent user is a no-op and will not be reported as an error. diff --git a/server/man/sss_usermod.8.xml b/server/man/sss_usermod.8.xml index 235c0cf..4a8d3bb 100644 --- a/server/man/sss_usermod.8.xml +++ b/server/man/sss_usermod.8.xml @@ -29,7 +29,7 @@ DESCRIPTION - The sss_usermod command modifies the + sss_usermod modifies the account specified by LOGIN to reflect the changes that are specified on the command line. diff --git a/server/man/sssd.8.xml b/server/man/sssd.8.xml index 2d12206..2982518 100644 --- a/server/man/sssd.8.xml +++ b/server/man/sssd.8.xml @@ -29,11 +29,11 @@ DESCRIPTION SSSD provides a set of daemons to manage access to remote - directories and authentication mechanisms, it provides an NSS and + directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources as well as D-Bus interface. It is also the basis to provide client auditing and - policy services for projects like FreeIPA. It provides also a better database + policy services for projects like FreeIPA. It provides a more robust database to store local users as well as extended user data. @@ -50,7 +50,7 @@ Debug level to run the daemon with. 0 is the default as well as the lowest allowed value, 10 is the most verbose mode. This setting - overrides the settings from config file. + overrides the settings from config file. This parameter implies -i. -- 1.6.2.2