git: 69ff2d754c1c - main - intro.2: Add sys/syscall.h to SYNOPSIS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 May 2024 14:58:17 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=69ff2d754c1c8bd9c2b6cea28aa754e9f92f9613 commit 69ff2d754c1c8bd9c2b6cea28aa754e9f92f9613 Author: Alexander Ziaee <concussious@runbox.com> AuthorDate: 2024-05-04 14:54:20 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-04 14:56:06 +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 --- lib/libsys/intro.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libsys/intro.2 b/lib/libsys/intro.2 index 4f8a9e221e19..f10312c1962a 100644 --- a/lib/libsys/intro.2 +++ b/lib/libsys/intro.2 @@ -37,6 +37,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.In sys/syscall.h .In errno.h .Sh DESCRIPTION This section contains the system calls which comprise the