Date: Fri, 19 Apr 2024 22:34:08 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4696ca7baf2f - main - intro.2: Add FILES mentioning table of syscalls Message-ID: <202404192234.43JMY8oH092671@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=4696ca7baf2f09080d8e51a1783fcab853bb3d14 commit 4696ca7baf2f09080d8e51a1783fcab853bb3d14 Author: Alexander Ziaee <concussious@runbox.com> AuthorDate: 2024-04-19 22:22:39 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-04-19 22:30:23 +0000 intro.2: Add FILES mentioning table of syscalls Reviewed by: imp, brooks Pull Request: https://github.com/freebsd/freebsd-src/pull/1065 --- lib/libsys/intro.2 | 5 +++++ 1 file changed, 5 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404192234.43JMY8oH092671>