From 307a624eaecbd09c2301d08683aff3db9a3e8bb2 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 13 Dec 2023 06:39:10 +0000 Subject: [PATCH] no more syscall.2; --- share/man/man9/ktrace.9 | 5 ++--- share/man/man9/syscall.9 | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/share/man/man9/ktrace.9 b/share/man/man9/ktrace.9 index f4fa00758c6..36fbc29a1f2 100644 --- a/share/man/man9/ktrace.9 +++ b/share/man/man9/ktrace.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.9,v 1.13 2022/08/04 06:20:24 jsg Exp $ +.\" $OpenBSD: ktrace.9,v 1.14 2023/12/13 06:39:10 jmc Exp $ .\" .\" Copyright (c) 2003 Michael Shalayeff .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 4 2022 $ +.Dd $Mdocdate: December 13 2023 $ .Dt KTRACE 9 .Os .Sh NAME @@ -145,7 +145,6 @@ The process tracing facility is implemented in .Sh SEE ALSO .Xr errno 2 , .Xr ktrace 2 , -.Xr syscall 2 , .Xr namei 9 , .Xr syscall 9 .Sh HISTORY diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9 index aef3c001483..32bad940cc4 100644 --- a/share/man/man9/syscall.9 +++ b/share/man/man9/syscall.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syscall.9,v 1.15 2019/05/14 13:17:09 schwarze Exp $ +.\" $OpenBSD: syscall.9,v 1.16 2023/12/13 06:39:10 jmc Exp $ .\" .\" Copyright (c) 2003 Michael Shalayeff .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 14 2019 $ +.Dd $Mdocdate: December 13 2023 $ .Dt SYSCALL 9 .Os .Sh NAME @@ -235,7 +235,6 @@ Machine-independent syscall entry end return handling. .El .Sh SEE ALSO .Xr ktrace 2 , -.Xr syscall 2 , .Xr ktrace 9 , .Xr sysctl_int 9 .Sh HISTORY -- 2.20.1