Created attachment 256799 [details] Patch for kill.1 manual page. According to the kill(2) manual page, there are three types of PID that have special meaning: 0, -1 and -<PGID>. However, only 0 PID is actually mentioned in the kill(1) manual. A patch that adds descriptions for rest special PIDs is attached.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d6c2d4fe975c70975bdc6bec76d044408f6dcb8c commit d6c2d4fe975c70975bdc6bec76d044408f6dcb8c Author: artembunichev <artembunichev@zohomail.com> AuthorDate: 2025-01-19 12:58:55 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-01-19 13:31:36 +0000 kill.1: mention special meaning of PGID as a PID PR: 284158 MFC after: 3 days bin/kill/kill.1 | 3 +++ 1 file changed, 3 insertions(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f5cf173de0dc62dbf47a8bbdcae28aac947d90a6 commit f5cf173de0dc62dbf47a8bbdcae28aac947d90a6 Author: artembunichev <artembunichev@zohomail.com> AuthorDate: 2025-01-19 12:49:14 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-01-19 13:29:27 +0000 kill.1: mention special PID 0 PR: 284158 MFC after: 3 days bin/kill/kill.1 | 3 +++ 1 file changed, 3 insertions(+)
A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=fe74df3f9db830194ba7b91d4d703dddee2a60c7 commit fe74df3f9db830194ba7b91d4d703dddee2a60c7 Author: artembunichev <artembunichev@zohomail.com> AuthorDate: 2025-01-19 12:58:55 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-01-21 00:25:59 +0000 kill.1: mention special meaning of PGID as a PID PR: 284158 (cherry picked from commit d6c2d4fe975c70975bdc6bec76d044408f6dcb8c) bin/kill/kill.1 | 3 +++ 1 file changed, 3 insertions(+)
A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=2c0e00dc0147bdf3a6a84d0a16174aa521cbd262 commit 2c0e00dc0147bdf3a6a84d0a16174aa521cbd262 Author: artembunichev <artembunichev@zohomail.com> AuthorDate: 2025-01-19 12:49:14 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-01-21 00:25:59 +0000 kill.1: mention special PID 0 PR: 284158 (cherry picked from commit f5cf173de0dc62dbf47a8bbdcae28aac947d90a6) bin/kill/kill.1 | 3 +++ 1 file changed, 3 insertions(+)