Skip to content

Commit 431d375

Browse files
Trottjasnell
authored andcommitted
doc: use AIX instead of Aix in fs.md
Both for consistency within the doc and to conform with IBM's usage regarding their on product, refer to the operating system as AIX rather than Aix. PR-URL: #38535 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent 3a6116d commit 431d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3628,7 +3628,7 @@ to be notified of filesystem changes.
36283628
directories.
36293629
* On SunOS systems (including Solaris and SmartOS), this uses [`event ports`][].
36303630
* On Windows systems, this feature depends on [`ReadDirectoryChangesW`][].
3631-
* On Aix systems, this feature depends on [`AHAFS`][], which must be enabled.
3631+
* On AIX systems, this feature depends on [`AHAFS`][], which must be enabled.
36323632
* On IBM i systems, this feature is not supported.
36333633

36343634
If the underlying functionality is not available for some reason, then

0 commit comments

Comments
 (0)