diff options
| author | Simon Paillard <spaillard@debian.org> | 2014-02-08 13:19:10 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-02-10 08:03:16 +0100 |
| commit | 7f4cd55dadca8aa053136a8067dc9007740be216 (patch) | |
| tree | dbd0f35d170d46362fc2fa32f68b7eb26d5c4a46 /man3 | |
| parent | c367cd59b1909156955c1ba60239293d588392b6 (diff) | |
| download | man-pages-7f4cd55dadca8aa053136a8067dc9007740be216.tar.gz | |
ffix: add space between function and () if BR or IR
Detected through the regex:
git grep -P '^\.(BR|IR) [\w]*\([\d]*\)$'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getgrent.3 | 6 | ||||
| -rw-r--r-- | man3/getpwent.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/man3/getgrent.3 b/man3/getgrent.3 index d666bd367b..b357cdaa79 100644 --- a/man3/getgrent.3 +++ b/man3/getgrent.3 @@ -155,13 +155,13 @@ local group database file .SH ATTRIBUTES .SS Multithreading (see pthreads(7)) The -.BR getgrent() +.BR getgrent () function is not thread-safe. .LP The -.BR setgrent() +.BR setgrent () and -.BR endgrent() +.BR endgrent () functions are thread-safe. .SH CONFORMING TO SVr4, 4.3BSD, POSIX.1-2001. diff --git a/man3/getpwent.3 b/man3/getpwent.3 index de31c6022a..fb78171ca7 100644 --- a/man3/getpwent.3 +++ b/man3/getpwent.3 @@ -154,13 +154,13 @@ local password database file .SH ATTRIBUTES .SS Multithreading (see pthreads(7)) The -.BR getpwent() +.BR getpwent () function is not thread-safe. .LP The -.BR setpwent() +.BR setpwent () and -.BR endpwent() +.BR endpwent () functions are thread-safe. .SH CONFORMING TO SVr4, 4.3BSD, POSIX.1-2001. |
