-.\" $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.
.\" 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
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
-.\" $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>
.\"
.\" 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
.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