]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/getgroups.2
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man2 / getgroups.2
index cdb5644fbe5acf8547273e974d2aaef942c23694..d4a0014f8d2b6cb535b977b6228b7bad079ba37d 100644 (file)
@@ -10,7 +10,7 @@
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
@@ -18,7 +18,7 @@
 .\" have taken the same level of care in the production of this manual,
 .\" which is licensed free of charge, as they might when working
 .\" professionally.
-.\" 
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
@@ -47,7 +47,8 @@ Up to
 supplementary group IDs (of the calling process) are returned in
 .IR list .
 It is unspecified whether the effective group ID of the calling process
-is included in the returned list. (Thus, an application should also call
+is included in the returned list.
+(Thus, an application should also call
 .BR getegid (2)
 and add or remove the resulting value.)
 If
@@ -71,7 +72,8 @@ On error, \-1 is returned, and
 is set appropriately.
 .TP
 .BR setgroups ()
-On success, zero is returned.  On error, \-1 is returned, and
+On success, zero is returned.
+On error, \-1 is returned, and
 .I errno
 is set appropriately.
 .SH ERRORS
@@ -93,7 +95,7 @@ For
 is less than the number of supplementary group IDs, but is not zero.
 .TP
 .B EPERM
-The calling process has insufficient privilege to call 
+The calling process has insufficient privilege to call
 .BR setgroups ().
 .SH NOTES
 A process can have up to at least NGROUPS_MAX supplementary group IDs