The branch stable/14 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=cbe2436dda127061a13e5565a5badec02249b2e5
commit cbe2436dda127061a13e5565a5badec02249b2e5 Author: Alexander Ziaee <[email protected]> AuthorDate: 2024-05-04 14:54:20 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2024-05-21 03:14:13 +0000 intro.2: Add sys/syscall.h to SYNOPSIS MFC after: 1 week Co-authored-by: brooks Reviewed by: brooks, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1192 (cherry picked from commit 69ff2d754c1c8bd9c2b6cea28aa754e9f92f9613) --- lib/libc/sys/intro.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 1b84b219fe0e..5b8f437567b8 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -36,6 +36,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.In sys/syscall.h .In errno.h .Sh DESCRIPTION This section provides an overview of the system calls,
