diff options
| author | Alexander Ziaee <concussious@runbox.com> | 2024-05-04 14:54:20 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-05-04 14:56:06 +0000 |
| commit | 69ff2d754c1c8bd9c2b6cea28aa754e9f92f9613 (patch) | |
| tree | 0d4d23a4d24166aebea68b32a1cd25995b66d532 | |
| parent | 6dfbe695c3223822734dddc926415a3ba347b42c (diff) | |
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
| -rw-r--r-- | lib/libsys/intro.2 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
