From 0f102f3063b7d42273f2243664a349d7195948ce Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Sun, 17 Mar 2024 14:27:25 +0100 Subject: [PATCH] properties: fix typos --- man/nm-settings-libreswan.5.in | 8 ++++---- properties/nm-libreswan-dialog.ui | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man/nm-settings-libreswan.5.in b/man/nm-settings-libreswan.5.in index b421986..c98fe77 100644 --- a/man/nm-settings-libreswan.5.in +++ b/man/nm-settings-libreswan.5.in @@ -93,22 +93,22 @@ the length of time that we will idle without hearing back from our peer. After this period has elapsed with no response and no traffic, we will declare the peer dead, and remove the SA. Set value bigger than dpddelay to enable. If dpdtimeout is set, dpddelay also needs to be set. Must be a number optionally -followed by a time unit: 's' (seconds), 'm' (minutes), 'h', (hours) or 'd' +followed by a time unit: 's' (seconds), 'm' (minutes), 'h' (hours) or 'd' (days); if the unit is not specified, it defaults to seconds. Corresponds to the Libreswan parameter of the same name. .TP .I "dpddelay" the delay between Dead Peer Detection (IKEv1 RFC 3706) or IKEv2 Liveness keepalives that are sent for this connection. Must be a number optionally -followed by a time unit: 's' (seconds), 'm' (minutes), 'h', (hours) or 'd' +followed by a time unit: 's' (seconds), 'm' (minutes), 'h' (hours) or 'd' (days); if the unit is not specified, it defaults to seconds. Corresponds to the Libreswan parameter of the same name. .TP .I "dpdaction" When a DPD enabled peer is declared dead, what action should be taken. "hold" (default) means the eroute will be put into %hold status, while "clear" means -the eroute and SA with both be cleared. "restart" means that ALL SAs to the dead -peer will renegotiated. Corresponds to the Libreswan parameter of the same name. +the eroute and SA will both be cleared. "restart" means that ALL SAs to the dead +peer will be renegotiated. Corresponds to the Libreswan parameter of the same name. .TP .I "ike" allowed ciphers to be negotiated to establish the IKE SAs. Corresponds to the diff --git a/properties/nm-libreswan-dialog.ui b/properties/nm-libreswan-dialog.ui index 36ec629..0aeced0 100644 --- a/properties/nm-libreswan-dialog.ui +++ b/properties/nm-libreswan-dialog.ui @@ -992,7 +992,7 @@ config: authby <value> True True - The delay between Dead Peer Detection (IKEv1 RFC 3706) or IKEv2 Liveness keepalives that are sent for this connection. Must be a number optionally followed by a time unit: 's' (seconds), 'm' (minutes), 'h', (hours) or 'd' (days); if the unit is not specified, it defaults to seconds. + The delay between Dead Peer Detection (IKEv1 RFC 3706) or IKEv2 Liveness keepalives that are sent for this connection. Must be a number optionally followed by a time unit: 's' (seconds), 'm' (minutes), 'h' (hours) or 'd' (days); if the unit is not specified, it defaults to seconds. config: dpddelay <delay> True @@ -1020,7 +1020,7 @@ config: authby <value> True True - The length of time that we will idle without hearing back from our peer. After this period has elapsed with no response and no traffic, we will declare the peer dead, and remove the SA. Set value bigger than dpddelay to enable. If dpdtimeout is set, dpddelay also needs to be set. Must be a number optionally followed by a time unit: 's' (seconds), 'm' (minutes), 'h', (hours) or 'd' (days); if the unit is not specified, it defaults to seconds. + The length of time that we will idle without hearing back from our peer. After this period has elapsed with no response and no traffic, we will declare the peer dead, and remove the SA. Set value bigger than dpddelay to enable. If dpdtimeout is set, dpddelay also needs to be set. Must be a number optionally followed by a time unit: 's' (seconds), 'm' (minutes), 'h' (hours) or 'd' (days); if the unit is not specified, it defaults to seconds. config: dpdtimeout <timeout> True @@ -1048,7 +1048,7 @@ config: authby <value> True False - When a DPD enabled peer is declared dead, what action should be taken. "hold" (default) means the eroute will be put into %hold status, while "clear" means the eroute and SA with both be cleared. "restart" means that ALL SAs to the dead peer will renegotiated. + When a DPD enabled peer is declared dead, what action should be taken. "hold" (default) means the eroute will be put into %hold status, while "clear" means the eroute and SA will both be cleared. "restart" means that ALL SAs to the dead peer will be renegotiated. config: dpdaction <action> liststore_dpd_action 0 -- GitLab