Skip to content

Commit 4fff2ab

Browse files
TrottMylesBorins
authored andcommitted
doc: standardize preposition usage in fs.md
"On <operating system>" is used everywhere in this file except for one use of "In <operating system>". Standardize to "On". PR-URL: #17463 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent f3ec355 commit 4fff2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2568,7 +2568,7 @@ a new inode. The watch will emit an event for the delete but will continue
25682568
watching the *original* inode. Events for the new inode will not be emitted.
25692569
This is expected behavior.
25702570

2571-
In AIX, save and close of a file being watched causes two notifications -
2571+
On AIX, save and close of a file being watched causes two notifications -
25722572
one for adding new content, and one for truncation. Moreover, save and
25732573
close operations on some platforms cause inode changes that force watch
25742574
operations to become invalid and ineffective. AIX retains inode for the

0 commit comments

Comments
 (0)