From 69ff2d754c1c8bd9c2b6cea28aa754e9f92f9613 Mon Sep 17 00:00:00 2001 From: Alexander Ziaee Date: Sat, 4 May 2024 08:54:20 -0600 Subject: [PATCH] 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 4f8a9e221e1..f10312c1962 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