[Bug 278383] libsysdecode: sysdecode_syscallnames should be sysdecode_syscallname
| Newsgroups | gmane.os.freebsd.devel.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278383 --- Comment #5 from [email protected] --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=152064c3a278fe7c27c06f13ea2191ebc9a62c73 commit 152064c3a278fe7c27c06f13ea2191ebc9a62c73 Author: Felix Johnson <[email protected]> AuthorDate: 2025-08-26 00:06:39 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-08-05 16:17:51 +0000 sysdecode_syscallnames.3: s/names/name/ The sysdecode_syscallname function was accidentally documented as being plural. Move it to reflect it's actual name, and adjust all references. PR: 278383 Reviewed by: ziaee Reported by: mhorne (initial commit forgot to remove old) Differential Revision: https://reviews.freebsd.org/D51002 (cherry picked from commit 739c4905dd5a35db8542b91cb46f04cc7b0484af) (cherry picked from commit 4ba91e076ee84101112d8296785098ae31dac35e) ObsoleteFiles.inc | 3 +++ lib/libsysdecode/Makefile | 2 +- lib/libsysdecode/sysdecode.3 | 2 +- lib/libsysdecode/sysdecode_abi_to_freebsd_errno.3 | 2 +- .../{sysdecode_syscallnames.3 => sysdecode_syscallname.3} | 6 +++--- 5 files changed, 9 insertions(+), 6 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.