aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/getgrent.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man3/getgrent.3 b/man3/getgrent.3
index 00d90ea130..31649554b0 100644
--- a/man3/getgrent.3
+++ b/man3/getgrent.3
@@ -184,7 +184,6 @@ T{
T} Thread safety MT-Unsafe race:grent locale
.TE
-[[
In the above table,
.I grent
in
@@ -194,8 +193,8 @@ signifies that if any of the functions
.BR getgrent (),
or
.BR endgrent ()
-are used in parallel in different threads of a program, then data races could occur.
-]]
+are used in parallel in different threads of a program,
+then data races could occur.
.SH CONFORMING TO
SVr4, 4.3BSD, POSIX.1-2001.
.SH SEE ALSO