diff options
| -rw-r--r-- | man3/getgrent.3 | 2 | ||||
| -rw-r--r-- | man3/getlogin.3 | 2 | ||||
| -rw-r--r-- | man3/getpwent.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man3/getgrent.3 b/man3/getgrent.3 index c1bd9f5981..adad59e6dd 100644 --- a/man3/getgrent.3 +++ b/man3/getgrent.3 @@ -153,7 +153,7 @@ Insufficient buffer space supplied. .I /etc/group local group database file .SH ATTRIBUTES -.SS Multithreading(see pthreads(7)) +.SS Multithreading (see pthreads(7)) The .BR getgrent() function is not thread-safe. diff --git a/man3/getlogin.3 b/man3/getlogin.3 index a4517feedb..cd43163b92 100644 --- a/man3/getlogin.3 +++ b/man3/getlogin.3 @@ -138,7 +138,7 @@ password database file (traditionally \fI/etc/utmp\fP; some libc versions used \fI/var/adm/utmp\fP) .SH ATTRIBUTES -.SS Multithreading(see pthreads(7)) +.SS Multithreading (see pthreads(7)) The .BR getlogin () function is not thread-safe. diff --git a/man3/getpwent.3 b/man3/getpwent.3 index fbd0a214c7..7714776aeb 100644 --- a/man3/getpwent.3 +++ b/man3/getpwent.3 @@ -152,7 +152,7 @@ Insufficient buffer space supplied. .I /etc/passwd local password database file .SH ATTRIBUTES -.SS Multithreading(see pthreads(7)) +.SS Multithreading (see pthreads(7)) The .BR getpwent() function is not thread-safe. |
