git: timeout(1): Add -v/--verbose option to show diagnosis info
Aaron LI
aly at crater.dragonflybsd.org
Sat Jan 2 23:15:55 PST 2021
commit 966d00559ceda2728ae1c43468c5283d7ab2a062
Author: Aaron LI <aly at aaronly.me>
Date: Sun Jan 3 15:03:03 2021 +0800
timeout(1): Add -v/--verbose option to show diagnosis info
The -v/--verbose option enables this utility to show diagnosis info to
stderr about any signal sent on timeout.
This implementation refers to GNU coreutils's timeout(1).
Summary of changes:
usr.bin/timeout/timeout.1 | 3 +++
usr.bin/timeout/timeout.c | 28 +++++++++++++++++++++++-----
2 files changed, 26 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/966d00559ceda2728ae1c43468c5283d7ab2a062
--
DragonFly BSD source repository
More information about the Commits
mailing list