]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/initgroups.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / initgroups.3
index e9de58467736fc09ea8329041a2f7ffa61cd276e..c71a9bcaef08b5cc13b54b0e9f442249fb10c3c2 100644 (file)
@@ -8,7 +8,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
@@ -16,7 +16,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.
 .\"
@@ -40,7 +40,8 @@ initgroups \- initialize the supplementary group access list
 .SH DESCRIPTION
 The \fBinitgroups\fP() function initializes the group access list by
 reading the group database \fI/etc/group\fP and using all groups of
-which \fIuser\fP is a member.  The additional group \fIgroup\fP is
+which \fIuser\fP is a member.
+The additional group \fIgroup\fP is
 also added to the list.
 
 The
@@ -57,7 +58,8 @@ is set appropriately.
 Insufficient memory to allocate group information structure.
 .TP
 .B EPERM
-The calling process has insufficient privilege. See the underlying system call
+The calling process has insufficient privilege.
+See the underlying system call
 .BR setgroups (2).
 .SH FILES
 .nf