From ec52c87343cc26936d14cf08c4d8cc107a11d304 Mon Sep 17 00:00:00 2001 From: andvar Date: Sun, 7 Aug 2022 09:36:55 +0000 Subject: [PATCH] kill(1): s/proceses/processes/ --- bin/kill/kill.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index f4734904cffc..02ad56c253d0 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: kill.1,v 1.34 2021/08/15 10:58:04 christos Exp $ +.\" $NetBSD: kill.1,v 1.35 2022/08/07 09:36:55 andvar Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -151,7 +151,7 @@ STOP (non-catchable, non-ignorable, causes process to temporarily stop, after which it can later be resumed using .Dv SIGCONT ) .It 19 -CONT (stopped proceses resume execution) +CONT (stopped processes resume execution) .El .Pp .Nm