]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getgrent_r.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / getgrent_r.3
index 9baa3513cda32a6997316cd2a14e83a799574cd9..1e5862df2b83ddab5fadc8c37f0086184235161f 100644 (file)
@@ -38,9 +38,9 @@ getgrent_r, fgetgrent_r \- get group file entry reentrantly
 .BI "                size_t " buflen ", struct group **" gbufp );
 .SH DESCRIPTION
 The functions
-.B getgrent_r()
+.BR getgrent_r ()
 and
-.B fgetgrent_r()
+.BR fgetgrent_r ()
 are the reentrant versions of
 .BR getgrent (3)
 and
@@ -160,7 +160,7 @@ getgrent_r(struct group *grp, char *buf, int buflen,
 .sp
 .SH NOTES
 The function
-.B getgrent_r()
+.BR getgrent_r ()
 is not really reentrant since it shares the reading position
 in the stream with all other threads.
 .SH "SEE ALSO"