[PATCH v1 0/2] Document _Fork(3); update fork(2) for POSIX.1-2024
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-05-17 12:16:16
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-05-17 12:16:16
Hi!
I just realized about the existence of _Fork(). I've written a page
documenting it, and updated the existing documentation about fork(2).
Please check.
Have a lovely day!
Alex
Alejandro Colomar (2):
man/man3/_Fork.3: Document _Fork()
man/: Update references to fork(2), and add references to _Fork(3),
for POSIX.1-2024
man/man2/fork.2 | 7 ++++++-
man/man2/vfork.2 | 1 +
man/man3/_Fork.3 | 29 +++++++++++++++++++++++++++++
man/man7/signal-safety.7 | 14 +-------------
4 files changed, 37 insertions(+), 14 deletions(-)
create mode 100644 man/man3/_Fork.3
Range-diff against v0:
-: --------- > 1: a90d0f4c8 man/man3/_Fork.3: Document _Fork()
-: --------- > 2: 2e5dd2415 man/: Update references to fork(2), and add references to _Fork(3), for POSIX.1-2024
--
2.49.0