On Tue, Dec 30, 2025 at 04:42:00PM +1000, seth.i.mcdonald@gmail.com wrote: > From: Seth McDonald > > Move the description of syscall(2)'s first appearance from NOTES to a > new HISTORY section. > > Signed-off-by: Seth McDonald Patch applied; Thanks! Cheers, Alex > --- > man/man2/syscall.2 | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/man/man2/syscall.2 b/man/man2/syscall.2 > index be645c0f4a..54385cdfba 100644 > --- a/man/man2/syscall.2 > +++ b/man/man2/syscall.2 > @@ -62,10 +62,11 @@ .SH ERRORS > The requested system call number is not implemented. > .P > Other errors are specific to the invoked system call. > -.SH NOTES > +.SH HISTORY > .BR syscall () > first appeared in > 4BSD. > +.SH NOTES > .SS Architecture-specific requirements > Each architecture ABI has its own requirements on how > system call arguments are passed to the kernel. > -- > 2.47.3 > > --