Skip to content

Commit 8ca12e2

Browse files
Trottgibfahn
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 e8368a1 commit 8ca12e2

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
@@ -1852,7 +1852,7 @@ a new inode. The watch will emit an event for the delete but will continue
18521852
watching the *original* inode. Events for the new inode will not be emitted.
18531853
This is expected behavior.
18541854

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

0 commit comments

Comments
 (0)