From 6e5620495a048c5d85f1ebee098031bea3ed2236 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 30 Oct 2023 06:11:04 +0000 Subject: [PATCH] seperate -> separate; --- lib/libc/sys/pledge.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index e273c323de3..1973932e890 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.68 2023/10/30 01:34:13 deraadt Exp $ +.\" $OpenBSD: pledge.2,v 1.69 2023/10/30 06:11:04 jmc Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott .\" @@ -30,7 +30,7 @@ The system call forces the current process into a restricted-service operating mode. A few subsets are available, roughly described as computation, memory management, read-write operations on file descriptors, opening of files, -networking (and notably seperate, DNS resolution). +networking (and notably separate, DNS resolution). In general, these modes were selected by studying the operation of many programs using libc and other such interfaces, and setting .Fa promises -- 2.20.1