spelling
authorjsg <jsg@openbsd.org>
Sun, 14 Jul 2024 03:47:44 +0000 (03:47 +0000)
committerjsg <jsg@openbsd.org>
Sun, 14 Jul 2024 03:47:44 +0000 (03:47 +0000)
lib/libc/gen/signal.3
usr.sbin/radiusctl/radiusctl.8

index a3c4f06..a36212a 100644 (file)
@@ -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
index 0074700..58980c9 100644 (file)
@@ -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 <yasuoka@yasuoka.net>
 .\"
@@ -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