Skip to content

Commit e90c60b

Browse files
Trotttargos
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 d98b355 commit e90c60b

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
@@ -4158,7 +4158,7 @@ to be notified of filesystem changes.
41584158
directories.
41594159
* On SunOS systems (including Solaris and SmartOS), this uses [`event ports`][].
41604160
* On Windows systems, this feature depends on [`ReadDirectoryChangesW`][].
4161-
* On Aix systems, this feature depends on [`AHAFS`][], which must be enabled.
4161+
* On AIX systems, this feature depends on [`AHAFS`][], which must be enabled.
41624162
* On IBM i systems, this feature is not supported.
41634163

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

0 commit comments

Comments
 (0)