CVS commit: src/bin/kill

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:58:04 UTC 2021 Modified Files: src/bin/kill: kill.1 Log Message: restore a bit of history. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/bin/kill/kill.1 Please note that diffs are not public

CVS commit: src/bin/kill

2020-08-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 30 20:14:07 UTC 2020 Modified Files: src/bin/kill: kill.1 Log Message: Mark up path with Pa and use Ev for environment variable. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/kill/kill.1 Please

CVS commit: src/bin/kill

2020-08-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Aug 30 19:41:39 UTC 2020 Modified Files: src/bin/kill: kill.1 Log Message: Note that negative pid args are permitted (indicating to send to the pgrp abs(pid)) and indicate that -- is (strictly) needed if the first pid arg (there

CVS commit: src/bin/kill

2020-08-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Aug 30 19:35:10 UTC 2020 Modified Files: src/bin/kill: kill.c Log Message: Every integer that fits within a pid_t is a potential "pid" arg to kill. That means we cannot use (pid_t)-1 as an error indicator, as that's a valid pid

CVS commit: src/bin/kill

2020-08-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Aug 30 16:10:40 UTC 2020 Modified Files: src/bin/kill: kill.1 kill.c Log Message: Use the POSIX specified format if POSIXLY_CORRECT is set in the environment, rather than the nicer layout that is normally used. Note this

CVS commit: src/bin/kill

2020-05-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 6 13:13:50 UTC 2020 Modified Files: src/bin/kill: kill.1 Log Message: Bump date for previous change... I frequently forget that bit. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/bin/kill/kill.1

CVS commit: src/bin/kill

2020-05-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed May 6 09:07:15 UTC 2020 Modified Files: src/bin/kill: kill.1 Log Message: kill is built-in to more than just csh(1). While here, add missing Xr sh 1 (which was previously needed, moreso now) and also include STOP and CONT in

CVS commit: src/bin/kill

2017-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 22 23:01:36 UTC 2017 Modified Files: src/bin/kill: kill.1 Log Message: Clarify 0 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/bin/kill/kill.1 Please note that diffs are not public domain; they

CVS commit: src/bin/kill

2017-04-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 22 22:42:03 UTC 2017 Modified Files: src/bin/kill: kill.1 Log Message: Clarify `kill -0'. Note standard exit codes. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/bin/kill/kill.1 Please note that

CVS commit: src/bin/kill

2016-10-02 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Oct 2 21:00:54 UTC 2016 Modified Files: src/bin/kill: kill.1 Log Message: kill(1) is a utility, not a function. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/bin/kill/kill.1 Please note that diffs are

CVS commit: src/bin/kill

2016-08-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Aug 11 22:10:01 UTC 2016 Modified Files: src/bin/kill: kill.1 Log Message: Bump date To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/bin/kill/kill.1 Please note that diffs are not public domain; they are

CVS commit: src/bin/kill

2016-08-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Aug 11 21:56:55 UTC 2016 Modified Files: src/bin/kill: kill.1 Log Message: Earliest reference of kill in the TUHS archive is v3 AT UNIX. Unfortunately only the source code for the compiler is present for that release. The v2

CVS commit: src/bin/kill

2016-08-11 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Thu Aug 11 21:41:17 UTC 2016 Modified Files: src/bin/kill: kill.1 Log Message: Pp not required before Bd, picked up by mandoc lint To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/bin/kill/kill.1 Please note

CVS commit: src/bin/kill

2009-10-01 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Thu Oct 1 09:24:38 UTC 2009 Modified Files: src/bin/kill: kill.c Log Message: Make sure that numerical signals and pids are in range for their types. Fixes PR bin/42143 To generate a diff of this commit: cvs rdiff -u -r1.25