Skip to content

Commit e9d4c85

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 <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
1 parent 89e1dac commit e9d4c85

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)