[Bug 100803] [patch] the man page about ithread is expired.

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 30 Oct 2022 14:16:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=8f85514a2c41c62a32271afa00158310e5cc30d0

commit 8f85514a2c41c62a32271afa00158310e5cc30d0
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2022-10-15 18:32:09 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2022-10-30 14:13:58 +0000

    ithread(9): update functions to current day

    The public KPI is now intr_event_**,
     - Convert existing documented functions to their equivalents.
     - Fix up the function arguments
     - Fix up the possible error return values for each
     - Remove ithread_schedule() completely
     - Rename man page to intr_event(9)
     - Update cross-references

    Future changes will update the descriptive text for these functions.

    PR:             100803
    Based on work by: trhodes
    Reviewed by:    jhb
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D33475

    (cherry picked from commit 3cdbaee3548a6caa3ab7aca5788775057b1bd1fd)

 ObsoleteFiles.inc                          |   9 ++
 share/man/man9/Makefile                    |  13 +--
 share/man/man9/{ithread.9 => intr_event.9} | 170 +++++++++++------------------
 share/man/man9/socket.9                    |  13 +--
 share/man/man9/swi.9                       |   2 +-
 5 files changed, 87 insertions(+), 120 deletions(-)

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