Skip to content

Commit bfb49eb

Browse files
committed
Update document
1 parent d306363 commit bfb49eb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Doc/library/fcntl.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,16 +266,16 @@ The module defines the following functions:
266266

267267
Allocation flags. Can be one of:
268268

269-
* :const:`F_ALLOCATECONTIG` - Allocate contiguous space
270-
* :const:`F_ALLOCATEALL` - Allocate all requested space
271-
* :const:`F_ALLOCATEPERSIST` - Make the allocation persistent
269+
* :const:`!F_ALLOCATECONTIG` - Allocate contiguous space
270+
* :const:`!F_ALLOCATEALL` - Allocate all requested space
271+
* :const:`!F_ALLOCATEPERSIST` - Make the allocation persistent
272272

273273
.. attribute:: posmode
274274

275275
Position mode. Can be one of:
276276

277-
* :const:`F_PEOFPOSMODE` - Allocate relative to the physical end of file
278-
* :const:`F_VOLPOSMODE` - Allocate relative to volume position
277+
* :const:`!F_PEOFPOSMODE` - Allocate relative to the physical end of file
278+
* :const:`!F_VOLPOSMODE` - Allocate relative to volume position
279279

280280
.. attribute:: offset
281281

@@ -297,6 +297,8 @@ The module defines the following functions:
297297
This is useful for creating an fstore instance from the result of
298298
:func:`fcntl.fcntl` when using the F_PREALLOCATE command.
299299

300+
.. availability:: macOS
301+
300302
.. versionadded:: next
301303

302304

0 commit comments

Comments
 (0)