[ Only sent to the list as the maintainer (Michael Kerrisk (man pages)) does not want these corrections.] Correct the misuse of a two-font macro, which function is to 1) use the first font for the odd numbered arguments and the second font for the even numbered arguments 2) join the arguments without an intervening space. Signed-off-by: Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> --- man3/ftw.3 | 2 +- man3/posix_spawn.3 | 12 ++++++------ man3/sincos.3 | 2 +- man3/y0.3 | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/man3/ftw.3 b/man3/ftw.3 index a0bcab43e..72d17e3d5 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -418,7 +418,7 @@ For predictable results, use .BR nftw (). .SH BUGS According to POSIX.1-2008, when the -.IR typeflag +.I typeflag argument passed to .IR fn () contains diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3 index 7e14e28bf..43d736c04 100644 --- a/man3/posix_spawn.3 +++ b/man3/posix_spawn.3 @@ -160,9 +160,9 @@ Since glibc 2.24, the function commences by calling .BR clone (2) with -.BR CLONE_VM +.B CLONE_VM and -.BR CLONE_VFORK +.B CLONE_VFORK flags. Older implementations use .BR fork (2), @@ -220,9 +220,9 @@ the requested file. .PP .SS pre-exec() step: housekeeping In between the -.BR fork() +.B fork() and the -.BR exec() +.B exec() steps, a child process may need to perform a set of housekeeping actions. The .BR posix_spawn () @@ -386,7 +386,7 @@ flag is not set, the child inherits the parent's process group ID. .B POSIX_SPAWN_USEVFORK Since glibc 2.24, this flag has no effect. On older implementations, setting this flag forces the -.BR fork() +.B fork() step to use .BR vfork (2) instead of @@ -493,7 +493,7 @@ place the PID of the child process in .IR pid , and return 0. If there is an error during the -.BR fork() +.B fork() step, then no child is created, the contents of diff --git a/man3/sincos.3 b/man3/sincos.3 index b3149af99..7d5c29724 100644 --- a/man3/sincos.3 +++ b/man3/sincos.3 @@ -62,7 +62,7 @@ The following errors can occur: Domain error: \fIx\fP is an infinity .I errno is set to -.BR EDOM +.B EDOM (but see BUGS). An invalid floating-point exception .RB ( FE_INVALID ) diff --git a/man3/y0.3 b/man3/y0.3 index b227876e0..ad39a002f 100644 --- a/man3/y0.3 +++ b/man3/y0.3 @@ -210,7 +210,7 @@ Range error: result overflow .\" e.g., yn(10, 1e-40) on glibc 2.8/x86-32 .I errno is set to -.BR ERANGE +.B ERANGE (but see BUGS). An overflow floating-point exception .RB ( FE_OVERFLOW ) -- 2.27.0