From: Alejandro Colomar Date: Fri, 10 Sep 2021 13:50:10 +0000 (+0200) Subject: process_madvise.2: Minor tweaks to Zhangkui's patch X-Git-Tag: man-pages-5.19-rc1~881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7c80061ebf8567188564004450e5c9fcf8cc7a;p=thirdparty%2Fman-pages.git process_madvise.2: Minor tweaks to Zhangkui's patch I also fixed surrounding cases to avoid confusion. Signed-off-by: Alejandro Colomar --- diff --git a/man2/process_madvise.2 b/man2/process_madvise.2 index caa8bc0b3e..6a5c6ebb9b 100644 --- a/man2/process_madvise.2 +++ b/man2/process_madvise.2 @@ -105,15 +105,15 @@ The .I advice argument is one of the following values: .TP -.BR MADV_COLD +.B MADV_COLD See .BR madvise (2). .TP -.BR MADV_PAGEOUT +.B MADV_PAGEOUT See .BR madvise (2). .TP -.BR MADV_WILLNEED +.B MADV_WILLNEED See .BR madvise (2). .PP