And srcfix too Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/process_madvise.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/process_madvise.2 b/man2/process_madvise.2 index 6a5c6ebb9..47a56b235 100644 --- a/man2/process_madvise.2 +++ b/man2/process_madvise.2 @@ -49,7 +49,7 @@ necessitating the use of .\" FIXME: See <https://sourceware.org/bugzilla/show_bug.cgi?id=27380> .SH DESCRIPTION The -.BR process_madvise() +.BR process_madvise () system call is used to give advice or directions to the kernel about the address ranges of another process or of the calling process. It provides the advice for the address ranges described by @@ -95,7 +95,7 @@ specifies the number of elements in the .I iovec structure. This value must be less than or equal to -.BR IOV_MAX +.B IOV_MAX (defined in .I <limits.h> or accessible via the call -- 2.33.0