Use a single-font-change macro for a single argument. The output from "nroff" and "groff" is unchanged. Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- man2/poll.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/poll.2 b/man2/poll.2 index 32258ae33..4ddc22a25 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -385,7 +385,7 @@ The operation of and .BR ppoll () is not affected by the -.BR O_NONBLOCK +.B O_NONBLOCK flag. .PP On some other UNIX systems, @@ -405,7 +405,7 @@ and loop, just as with Some implementations define the nonstandard constant .B INFTIM with the value \-1 for use as a -.IR timeout +.I timeout for .BR poll (). This constant is not provided in glibc. @@ -434,7 +434,7 @@ The raw system call has a fifth argument, .IR "size_t sigsetsize" , which specifies the size in bytes of the -.IR sigmask +.I sigmask argument. The glibc .BR ppoll () -- 2.20.1 -- Bjarni I. Gislason