commit | 84a275c4a2c8a22d198c6f227d538e6b27bbb029 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip.montanaro@gmail.com> | Sun Feb 25 14:02:18 2024 -0600 |
committer | GitHub <noreply@github.com> | Sun Feb 25 12:02:18 2024 -0800 |
tree | 05f67730976c06db931a3057c45f170435e50b75 | |
parent | 4827968af87d828554c3fadd97094c97798541b4 [diff] |
gh-101100: Fix broken xrefs in fcntl module doc (#115691) * clean up fcntl module doc * simplify * a few changes, based on suggestion by CAM-Gerlach * nitpick ignore for a couple other C functions mentioned in the fcntl module doc * more changes, especially related to LOCK_* constants * :data: back to :const: * Apply suggestions from code review Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> --------- Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>