Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2024 03:27:38 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: cbe2436dda12 - stable/14 - intro.2: Add sys/syscall.h to SYNOPSIS
Message-ID:  <202405210327.44L3RcTh052744@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=cbe2436dda127061a13e5565a5badec02249b2e5

commit cbe2436dda127061a13e5565a5badec02249b2e5
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-05-04 14:54:20 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-05-21 03:14:13 +0000

    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
    
    (cherry picked from commit 69ff2d754c1c8bd9c2b6cea28aa754e9f92f9613)
---
 lib/libc/sys/intro.2 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 1b84b219fe0e..5b8f437567b8 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -36,6 +36,7 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
+.In sys/syscall.h
 .In errno.h
 .Sh DESCRIPTION
 This section provides an overview of the system calls,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405210327.44L3RcTh052744>