git: e59ebcf36f41 - releng/14.1 - intro.2: Add sys/syscall.h to SYNOPSIS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 20:09:18 UTC
The branch releng/14.1 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=e59ebcf36f410f37aae47f6712066625e9dfdeae commit e59ebcf36f410f37aae47f6712066625e9dfdeae Author: Alexander Ziaee <concussious@runbox.com> AuthorDate: 2024-05-04 14:54:20 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-21 20:08:53 +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) (cherry picked from commit cbe2436dda127061a13e5565a5badec02249b2e5) Approved-by: re (cperciva) --- 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,