Re: [Freeipa-devel] [PATCH] Another trivial doc fix

2011-11-17 Thread Rob Crittenden

Jérôme Fenal wrote:

diff --git a/ipalib/plugins/group.py b/ipalib/plugins/group.py
index cd4a054..4bf77f8 100644
--- a/ipalib/plugins/group.py
+++ b/ipalib/plugins/group.py
@@ -28,8 +28,8 @@ Groups of users

  Manage groups of users. By default, new groups are POSIX groups. You
  can add the --nonposix option to the group-add command to mark a new group
-as non-POSIX, and you can use the same argument to the group-mod command
-to convert a non-POSIX group to a POSIX group. POSIX groups cannot be
+as non-POSIX. You can use the --posix argument to the group-mod command
+to convert a non-POSIX group into a POSIX group. POSIX groups cannot be
  converted to non-POSIX groups.

  Every group must have a description.




I modified this slightly to say "You can use the --posix argument with 
the group-mod command...".


Pushed to master

thanks

rob

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

[Freeipa-devel] [PATCH] Another trivial doc fix

2011-11-14 Thread Jérôme Fenal
diff --git a/ipalib/plugins/group.py b/ipalib/plugins/group.py
index cd4a054..4bf77f8 100644
--- a/ipalib/plugins/group.py
+++ b/ipalib/plugins/group.py
@@ -28,8 +28,8 @@ Groups of users

 Manage groups of users. By default, new groups are POSIX groups. You
 can add the --nonposix option to the group-add command to mark a new group
-as non-POSIX, and you can use the same argument to the group-mod command
-to convert a non-POSIX group to a POSIX group. POSIX groups cannot be
+as non-POSIX. You can use the --posix argument to the group-mod command
+to convert a non-POSIX group into a POSIX group. POSIX groups cannot be
 converted to non-POSIX groups.

 Every group must have a description.


-- 
Jérôme Fenal - jfenal AT gmail.com - http://fenal.org/
Paris.pm - http://paris.mongueurs.net/

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel