File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments