-search the group database for the given group name (pointed to by
-.Ar name )
-or the group id (pointed to by
-.Ar gid ) ,
-respectively, returning the first one encountered. Identical group
-names or group ids may result in undefined behavior.
+search the group database for the given group name pointed to by
+.Fa name
+or the group id pointed to by
+.Fa gid ,
+respectively, returning the first one encountered.
+Identical group
+names or group gids may result in undefined behavior.
+.Pp
+On Mac OS X, these routines are thread-safe and return a pointer to a
+thread-specific data structure. The contents of this data
+structure are automatically released by subsequent calls to
+any of these routines on the same thread, or when the thread exits.