]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fanotify_init.2, fanotify_mark.2, fanotify.7: Minor tweak: s/object/filesystem object/
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Jun 2019 07:20:15 +0000 (09:20 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Jun 2019 09:45:06 +0000 (11:45 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fanotify_init.2
man2/fanotify_mark.2
man7/fanotify.7

index 55dd888d3f43a0afa4a44d6697652d695b26fb27..6c3b13280c9ab5df3077939dbe88ec0a27ebc7ca 100644 (file)
@@ -97,7 +97,7 @@ example.
 .BR FAN_REPORT_FID " (since Linux 5.1)"
 .\" commit a8b13aa20afb69161b5123b4f1acc7ea0a03d360
 This value allows the receipt of events which contain additional information
-about the underlying object correlated to an event.
+about the underlying filesystem object correlated to an event.
 An additional structure encapsulates the information about the object and is
 included alongside the generic event metadata structure.
 The file descriptor that is used to represent the object correlated to an
index 24a3085fffe8edfd4a34b4dbe574a94b47a720b4..facd9b9747249d9956897110721271cf060ffe2c 100644 (file)
@@ -396,7 +396,7 @@ and
 do not specify a directory.
 .TP
 .B EXDEV
-The object indicated by
+The filesystem object indicated by
 .I pathname
 resides within a filesystem subvolume (e.g.,
 .BR btrfs (5))
@@ -410,7 +410,7 @@ has been created with
 .BR FAN_REPORT_FID .
 .TP
 .B ENODEV
-The object indicated by
+The filesystem object indicated by
 .I pathname
 is not associated with a filesystem that supports
 .I fsid
index 577c3f8ff04694ccced87541f78255edfd99b554..28c728996cef66096c5ba38347ed8110d637b230 100644 (file)
@@ -696,7 +696,8 @@ The second program (fanotify_fid.c) is an example of fanotify being used
 with
 .B FAN_REPORT_FID
 enabled.
-It attempts to mark the object that is passed as a command-line argument
+It attempts to mark the filesystem object that is passed as
+a command-line argument
 and waits until an event of type
 .B FAN_CREATE
 has occurred.