diff --git a/Doc/library/os.rst b/Doc/library/os.rst index b6792753af6..fc6f6546c83 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -528,6 +528,9 @@ by file descriptors. Force write of file with filedescriptor *fd* to disk. Does not force update of metadata. Availability: Unix. + .. note:: + This function is not available on MacOS. + .. function:: fpathconf(fd, name)