* Matthew Bobrowski: > diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2 > index 7f9a21a52..03d0b1711 100644 > --- a/man2/fanotify_init.2 > +++ b/man2/fanotify_init.2 > +.BR pidfd_open(2). I think this should be: .BR pidfd_open (2). > +.BR fanotify(7). Likewise here … > diff --git a/man7/fanotify.7 b/man7/fanotify.7 > index f8345b3f5..8b3b7f7d2 100644 > --- a/man7/fanotify.7 > +++ b/man7/fanotify.7 > +.BR close(2). … and here. The whitespace is significant: it switches between highlighted and regular parts, without adding any whitespace. Thanks, Florian