[Bug 278383] libsysdecode: sysdecode_syscallnames should be sysdecode_syscallname
Date: Tue, 26 Aug 2025 00:51:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278383
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4ba91e076ee84101112d8296785098ae31dac35e
commit 4ba91e076ee84101112d8296785098ae31dac35e
Author: Felix Johnson <felix.the.red@gmail.com>
AuthorDate: 2025-08-26 00:06:39 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-08-26 00:49:05 +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
Differential Revision: https://reviews.freebsd.org/D51002
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 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.