summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2023-02-18 13:46:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2023-02-18 13:46:41 +0000
commit72bee26b1396bd3a2799b9cbca36d721659d9c21 (patch)
treea2bad1cb080df1ddcf3c0f32acd496cc3651771a
parent7d216f4b129c0778f469476f0fc6d786c7aa9304 (diff)
missing dot before macro; from josiah frentsos
-rw-r--r--lib/libc/sys/pinsyscall.26
1 files 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 <deraadt@openbsd.org>
.\"
@@ -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