On Wed, Nov 13, 2024 at 3:42 AM Alejandro Colomar <alx@xxxxxxxxxx> wrote: ... > > diff --git a/man/man2/posix_fadvise.2 b/man/man2/posix_fadvise.2 > > index ed40b0c0d..11452699e 100644 > > --- a/man/man2/posix_fadvise.2 > > +++ b/man/man2/posix_fadvise.2 > > @@ -62,9 +62,15 @@ The specified data will be accessed in random order. > > .B POSIX_FADV_NOREUSE > > The specified data will be accessed only once. > > .IP > > -Before Linux 2.6.18, \fBPOSIX_FADV_NOREUSE\fP had the > > -same semantics as \fBPOSIX_FADV_WILLNEED\fP. > > +Before Linux 2.6.18, > > +.B POSIX_FADV_NOREUSE > > +had the same semantics as > > +.B POSIX_FADV_WILLNEED. > > Please don't reformat text that you don't change at all. Patches should > be minimal. I figured I'd touched the paragraph and should get it all into the same format. No problem, I can keep the .B conversion to a minimum. Thanks for the review! I'll send out an update soon.