]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
process_madvise.2: Minor tweaks to Zhangkui's patch
authorAlejandro Colomar <alx.manpages@gmail.com>
Fri, 10 Sep 2021 13:50:10 +0000 (15:50 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Fri, 10 Sep 2021 13:50:10 +0000 (15:50 +0200)
I also fixed surrounding cases to avoid confusion.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/process_madvise.2

index caa8bc0b3e276bc679ed9a66800a82e84ebfc4bd..6a5c6ebb9b88ba4f426452557574e73c050f490c 100644 (file)
@@ -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