From: jmc Date: Tue, 19 Dec 2023 07:24:42 +0000 (+0000) Subject: - new sentence, new line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d26621a60e7202cf55797e6a9076eab572344767;p=openbsd - new sentence, new line - zap an unused Pp --- diff --git a/lib/libc/sys/pinsyscalls.2 b/lib/libc/sys/pinsyscalls.2 index 9a7acea8b7c..91b4b5b591a 100644 --- a/lib/libc/sys/pinsyscalls.2 +++ b/lib/libc/sys/pinsyscalls.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pinsyscalls.2,v 1.2 2023/12/19 06:57:12 deraadt Exp $ +.\" $OpenBSD: pinsyscalls.2,v 1.3 2023/12/19 07:24:42 jmc Exp $ .\" .\" Copyright (c) 2023 Theo de Raadt .\" @@ -39,9 +39,9 @@ which are offsets from the .Va start . .Pp This provides the precise location for the system call instruction -required for each system call number. Attempting to use a different -system call entry instruction to perform a non-corresponding system call -operation will fail with signal +required for each system call number. +Attempting to use a different system call entry instruction to perform +a non-corresponding system call operation will fail with signal .Dv SIGABRT . .Pp .Fn pinsyscalls @@ -56,7 +56,6 @@ A similar setup operation is done automatically by the kernel for the system calls found in .Xr ld.so 1 and in static executables. -.Pp .Sh RETURN VALUES .Rv -std .Sh ERRORS