git: timeout.1: Document signal handling and mark POSIX.1-2024 comformant
Aaron LI
aly at crater.dragonflybsd.org
Tue Mar 18 19:35:55 PDT 2025
commit 424c2948f6b8b1b405d69c8d7931be3aa7e27e85
Author: Aaron LI <aly at aaronly.me>
Date: Tue Mar 11 20:21:10 2025 +0800
timeout.1: Document signal handling and mark POSIX.1-2024 comformant
* Clarify that the started command will inherit the same signal
dispositions as those inherited by the timeout(1) utility itself.
This is required by the POSIX.1-2024 standard.
* Document that timeout(1) will catch all signals and propagate them
accordingly, as specified by the POSIX.1-2024 standard.
* Improve and tweak some sentences to read better.
* Mention nohup(1) and daemon(8) in "SEE ALSO" section. (obtained from
FreeBSD)
* Mark this implementation is expected to conform to the POSIX.1-2024
standard.
Standard: https://pubs.opengroup.org/onlinepubs/9799919799/utilities/timeout.html
Summary of changes:
usr.bin/timeout/timeout.1 | 65 +++++++++++++++++++++++++++++++++++++++--------
1 file changed, 54 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/424c2948f6b8b1b405d69c8d7931be3aa7e27e85
--
DragonFly BSD source repository
More information about the Commits
mailing list