missing dot before macro; from josiah frentsos
authorjmc <jmc@openbsd.org>
Sat, 18 Feb 2023 13:46:40 +0000 (13:46 +0000)
committerjmc <jmc@openbsd.org>
Sat, 18 Feb 2023 13:46:40 +0000 (13:46 +0000)
lib/libc/sys/pinsyscall.2

index 4c4f7d0..b345a29 100644 (file)
@@ -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