From a6de02d933e60b90e67ad028a1a47750d7003852 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 14 Jul 2024 03:47:44 +0000 Subject: [PATCH] spelling --- lib/libc/gen/signal.3 | 6 +++--- usr.sbin/radiusctl/radiusctl.8 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index a3c4f065c28..a36212abd50 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.58 2024/07/12 11:01:40 deraadt Exp $ +.\" $OpenBSD: signal.3,v 1.59 2024/07/14 03:47:44 jsg Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 12 2024 $ +.Dd $Mdocdate: July 14 2024 $ .Dt SIGNAL 3 .Os .Sh NAME @@ -248,7 +248,7 @@ which is inspected by an event loop. Other variables accessed inside the handler must be either const, or local to the handler. More complicated global variables (such as strings, structs, or lists) -will require external methods to gaurantee consistancy, such as +will require external methods to guarantee consistency, such as signal-blocking with .Xr sigprocmask 2 . .Pp diff --git a/usr.sbin/radiusctl/radiusctl.8 b/usr.sbin/radiusctl/radiusctl.8 index 0074700e7f9..58980c9bae3 100644 --- a/usr.sbin/radiusctl/radiusctl.8 +++ b/usr.sbin/radiusctl/radiusctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: radiusctl.8,v 1.7 2024/07/10 05:41:34 jmc Exp $ +.\" $OpenBSD: radiusctl.8,v 1.8 2024/07/14 03:47:44 jsg Exp $ .\" .\" Copyright (c) YASUOKA Masahiko .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: July 10 2024 $ +.Dd $Mdocdate: July 14 2024 $ .Dt RADIUSCTL 8 .Os .Sh NAME @@ -109,7 +109,7 @@ is specified, .Nm shows the sessions in JSON format. .It Cm ipcp disconnect Ar sequence -Request to disconnect the session specfied by the +Request to disconnect the session specified by the .Ar sequence . .El .Sh EXAMPLES -- 2.20.1