aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ziaee <concussious@runbox.com>2024-04-19 22:22:39 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-19 22:30:23 +0000
commit4696ca7baf2f09080d8e51a1783fcab853bb3d14 (patch)
tree64c1fc5ee6f981459c150aee95df680ca2f533f4
parent9e8df7900f5285fb6815fbd333cf6e084679879c (diff)
intro.2: Add FILES mentioning table of syscalls
Reviewed by: imp, brooks Pull Request: https://github.com/freebsd/freebsd-src/pull/1065
-rw-r--r--lib/libsys/intro.25
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libsys/intro.2 b/lib/libsys/intro.2
index 277b24c81eea..e4ee662e96d2 100644
--- a/lib/libsys/intro.2
+++ b/lib/libsys/intro.2
@@ -738,6 +738,11 @@ for a specific group of protocols.
Each socket has an address
chosen from the address family in which the socket was created.
.El
+.Sh FILES
+.Bl -inset -compact
+.It Pa /usr/include/sys/syscall.h
+Table of currently available system calls.
+.El
.Sh SEE ALSO
.Xr intro 3 ,
.Xr perror 3