[Bug 284158] [patch] Some special PIDs for kill(1) are missed in the man page.

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 19 Jan 2025 13:15:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284158

            Bug ID: 284158
           Summary: [patch] Some special PIDs for kill(1) are missed in
                    the man page.
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: artembunichev@zohomail.com
                CC: doc@FreeBSD.org

Created attachment 256799
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256799&action=edit
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.