intro.2: Add FILES mentioning table of syscalls

Reviewed by: imp, brooks
Pull Request: https://github.com/freebsd/freebsd-src/pull/1065
This commit is contained in:
Alexander Ziaee 2024-04-19 16:22:39 -06:00 committed by Warner Losh
parent 9e8df7900f
commit 4696ca7baf

View file

@ -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