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>
This commit is contained in:
Simon Paillard 2014-02-08 13:19:10 +01:00 committed by Michael Kerrisk
parent c367cd59b1
commit 7f4cd55dad
3 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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.

View File

@ -452,7 +452,7 @@ For more information see
This option, which is currently supported only for
.BR unix (7)
sockets, sets the value of the "peek offset" for the
.BR recv(2)
.BR recv (2)
system call when used with
.BR MSG_PEEK
flag.
@ -460,7 +460,7 @@ flag.
When this option is set to a negative value
(it is set to \-1 for all new sockets),
traditional behavior is provided:
.BR recv(2)
.BR recv (2)
with the
.BR MSG_PEEK
flag will peek data from the front of the queue.