Use a single-font-style macro (".B", ".I") for a single argument. The output from "nroff" and "groff" is unchanged. Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- man3/acos.3 | 2 +- man3/aio_read.3 | 4 ++-- man3/aio_suspend.3 | 2 +- man3/aio_write.3 | 4 ++-- man3/alloca.3 | 4 ++-- man3/argz_add.3 | 2 +- man3/asin.3 | 2 +- man3/atan.3 | 2 +- man3/atan2.3 | 2 +- man3/atanh.3 | 4 ++-- man3/bindresvport.3 | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/man3/acos.3 b/man3/acos.3 index 895130b0b..127fbbc57 100644 --- a/man3/acos.3 +++ b/man3/acos.3 @@ -68,7 +68,7 @@ the value whose cosine is .IR x . .SH RETURN VALUE On success, these functions return the arc cosine of -.IR x +.I x in radians; the return value is in the range [0,\ pi]. .PP If diff --git a/man3/aio_read.3 b/man3/aio_read.3 index 455a3c5dc..b826f3adf 100644 --- a/man3/aio_read.3 +++ b/man3/aio_read.3 @@ -45,7 +45,7 @@ correspond (in order) to the fields .IR aio_fildes , .IR aio_buf , and -.IR aio_nbytes +.I aio_nbytes of the structure pointed to by .IR aiocbp . (See @@ -68,7 +68,7 @@ One tests for completion using The return status of a completed I/O operation can be obtained by .BR aio_return (3). Asynchronous notification of I/O completion can be obtained by setting -.IR aiocbp\->aio_sigevent +.I aiocbp\->aio_sigevent appropriately; see .BR sigevent (7) for details. diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index c63ec03f5..3e507a2fa 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -123,7 +123,7 @@ One can achieve polling by using a non-NULL that specifies a zero time interval. .PP If one or more of the asynchronous I/O operations specified in -.IR aiocb_list +.I aiocb_list has already completed at the time of the call to .BR aio_suspend (), then the call returns immediately. diff --git a/man3/aio_write.3 b/man3/aio_write.3 index f499210e2..d94e0895f 100644 --- a/man3/aio_write.3 +++ b/man3/aio_write.3 @@ -45,7 +45,7 @@ correspond (in order) to the fields .IR aio_fildes , .IR aio_buf , and -.IR aio_nbytes +.I aio_nbytes of the structure pointed to by .IR aiocbp . (See @@ -75,7 +75,7 @@ One tests for completion using The return status of a completed I/O operation can be obtained .BR aio_return (3). Asynchronous notification of I/O completion can be obtained by setting -.IR aiocbp\->aio_sigevent +.I aiocbp\->aio_sigevent appropriately; see .BR sigevent (7) for details. diff --git a/man3/alloca.3 b/man3/alloca.3 index 0c06ff690..470731a73 100644 --- a/man3/alloca.3 +++ b/man3/alloca.3 @@ -129,9 +129,9 @@ This is not done when either the .IR "\-std=c89" , .IR "\-std=c99" , or the -.IR "\-std=c11" +.I \-std=c11 option is given -.BR and +.B and the header .I <alloca.h> is not included. diff --git a/man3/argz_add.3 b/man3/argz_add.3 index 023d80b3e..04144b39a 100644 --- a/man3/argz_add.3 +++ b/man3/argz_add.3 @@ -89,7 +89,7 @@ appends the argz vector after .RI ( *argz ,\ *argz_len ) and updates -.IR *argz +.I *argz and .IR *argz_len . (Thus, diff --git a/man3/asin.3 b/man3/asin.3 index 011bec34c..af7337f88 100644 --- a/man3/asin.3 +++ b/man3/asin.3 @@ -67,7 +67,7 @@ that is the value whose sine is .IR x . .SH RETURN VALUE On success, these functions return the principal value of the arc sine of -.IR x +.I x in radians; the return value is in the range [\-pi/2,\ pi/2]. .PP If diff --git a/man3/atan.3 b/man3/atan.3 index 1ee0c25a7..2ff618f7a 100644 --- a/man3/atan.3 +++ b/man3/atan.3 @@ -67,7 +67,7 @@ that is the value whose tangent is .IR x . .SH RETURN VALUE On success, these functions return the principal value of the arc tangent of -.IR x +.I x in radians; the return value is in the range [\-pi/2,\ pi/2]. .PP If diff --git a/man3/atan2.3 b/man3/atan2.3 index 389b18198..42b6a6c06 100644 --- a/man3/atan2.3 +++ b/man3/atan2.3 @@ -67,7 +67,7 @@ using the signs of the two arguments to determine the quadrant of the result. .SH RETURN VALUE On success, these functions return the principal value of the arc tangent of -.IR y/x +.I y/x in radians; the return value is in the range [\-pi,\ pi]. .PP If diff --git a/man3/atanh.3 b/man3/atanh.3 index 0138c5820..8d958f1c9 100644 --- a/man3/atanh.3 +++ b/man3/atanh.3 @@ -124,7 +124,7 @@ is raised. Pole error: \fIx\fP is +1 or \-1 .I errno is set to -.BR ERANGE +.B ERANGE (but see BUGS). A divide-by-zero floating-point exception .RB ( FE_DIVBYZERO ) @@ -157,7 +157,7 @@ In glibc 2.9 and earlier, when a pole error occurs, .I errno as set to -.BR EDOM +.B EDOM instead of the POSIX-mandated .BR ERANGE . Since version 2.10, glibc does the right thing. diff --git a/man3/bindresvport.3 b/man3/bindresvport.3 index 0061113eb..fafe9624d 100644 --- a/man3/bindresvport.3 +++ b/man3/bindresvport.3 @@ -78,7 +78,7 @@ can fail for any of the same reasons as .BR bind (2). In addition, the following errors may occur: .TP -.BR EACCES +.B EACCES The calling process was not privileged (on Linux: the calling process did not have the .B CAP_NET_BIND_SERVICE -- 2.20.1