]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man7/inotify.7
Reformat kernel version information for flags.
[thirdparty/man-pages.git] / man7 / inotify.7
index d16feb1e875d77a379dc85e33c640aa03da7cac0..0771f28a4508e5ec5426f7d1622fd5294b505d47 100644 (file)
@@ -234,9 +234,8 @@ when calling
 .sp
 .PD 0
 .TP 18
-.B IN_DONT_FOLLOW
-Don't dereference \fIpathname\fP if it is a symbolic link
-(since Linux 2.6.15).
+.BR IN_DONT_FOLLOW " (since Linux 2.6.15)"
+Don't dereference \fIpathname\fP if it is a symbolic link.
 .TP
 .B IN_MASK_ADD
 Add (OR) events to watch mask for this pathname if
@@ -246,9 +245,8 @@ it already exists (instead of replacing mask).
 Monitor \fIpathname\fP for one event, then remove from
 watch list.
 .TP
-.B IN_ONLYDIR
-Only watch \fIpathname\fP if it is a directory
-(since Linux 2.6.15).
+.BR IN_ONLYDIR " (since Linux 2.6.15)"
+Only watch \fIpathname\fP if it is a directory.
 .PD
 .RE
 .PP