1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/tauthon/files/patch-Doc__library__fcntl.rst
Olivier Certner 4fd5885d1b lang/tauthon: Update to 2.8.5
PR:		271962
Reported by:	olivier.freebsd@free.fr (maintainer)
2023-06-14 13:58:15 +02:00

11 lines
520 B
ReStructuredText

--- Doc/library/fcntl.rst.orig 2023-02-04 10:09:53 UTC
+++ Doc/library/fcntl.rst
@@ -52,7 +52,6 @@ The module defines the following functions:
operations are typically defined in the library module :mod:`termios` and the
argument handling is even more complicated.
- The op parameter is limited to values that can fit in 32-bits.
Additional constants of interest for use as the *op* argument can be
found in the :mod:`termios` module, under the same names as used in
the relevant C header files.