From b41d8ed412b5ed2a0f7378294f794377e4c02d57 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 18 Feb 2023 13:46:40 +0000 Subject: [PATCH] missing dot before macro; from josiah frentsos --- lib/libc/sys/pinsyscall.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/pinsyscall.2 b/lib/libc/sys/pinsyscall.2 index 4c4f7d0a82f..b345a29b04e 100644 --- a/lib/libc/sys/pinsyscall.2 +++ b/lib/libc/sys/pinsyscall.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pinsyscall.2,v 1.1 2023/02/16 04:43:54 deraadt Exp $ +.\" $OpenBSD: pinsyscall.2,v 1.2 2023/02/18 13:46:40 jmc Exp $ .\" .\" Copyright (c) 2023 Theo de Raadt .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 16 2023 $ +.Dd $Mdocdate: February 18 2023 $ .Dt PINSYSCALL 2 .Os .Sh NAME @@ -54,7 +54,7 @@ that system call must be entered from, any attempt to use a system-call entry instruction to perform the specified .Va syscall from a different address range will deliver -Dv SIGABRT . +.Dv SIGABRT . .Sh RETURN VALUES .Rv -std .Sh ERRORS -- 2.20.1