diff options
| -rw-r--r-- | misc-utils/kill.1 | 15 | ||||
| -rw-r--r-- | misc-utils/kill.c | 2 |
2 files changed, 13 insertions, 4 deletions
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1 index a3bc9ee050..7a30df81b7 100644 --- a/misc-utils/kill.1 +++ b/misc-utils/kill.1 @@ -146,12 +146,19 @@ partial success (when more than one process specified) .BR kill (2), .BR sigvec (2), .BR signal (7) -.SH AUTHOR -Taken from BSD 4.4. The ability to translate process names to process ids was -added by + +.SH AUTHORS .MT svalente@mit.edu Salvatore Valente -.ME . +.ME +.br +.MT kzak@redhat.com +Karel Zak +.ME +.br +.PP +The original version was taken from BSD 4.4. + .SH AVAILABILITY The kill command is part of the util-linux package and is available from .UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/ diff --git a/misc-utils/kill.c b/misc-utils/kill.c index 358ba290aa..37f4c6e344 100644 --- a/misc-utils/kill.c +++ b/misc-utils/kill.c @@ -40,6 +40,8 @@ * * 1999-11-13 aeb Accept signal numers 128+s. * + * Copyright (C) 2014 Sami Kerola <kerolasa@iki.fi> + * Copyright (C) 2014 Karel Zak <kzak@redhat.com> */ #include <ctype.h> /* for isdigit() */ |
