All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH conntrack-tools] Typo in contrackd-conf manpage
@ 2025-07-09 18:39 Xavier Claude
  2025-07-09 20:10 ` Florian Westphal
  0 siblings, 1 reply; 3+ messages in thread
From: Xavier Claude @ 2025-07-09 18:39 UTC (permalink / raw)
  To: netfilter-devel

Hello,

I've found a few typos in the conntrackd.conf.5 manpage.
I hope it's the right mailing list for this kind of  report.
-- >8 --

Fixes some small typos on the conf file manpage. Acknowledegement is not a typo
per se, but I've uniformized the spelling to use the same everywhere.

Signed-off-by: Xavier Claude <contact@xavierclaude.be>
---
 conntrackd.conf.5 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/conntrackd.conf.5 b/conntrackd.conf.5
index 50d7b98..fbb75e3 100644
--- a/conntrackd.conf.5
+++ b/conntrackd.conf.5
@@ -84,7 +84,7 @@ In this synchronization mode you may configure 
\fBResendQueueSize\fP,
 .TP
 .BI "ResendQueueSize <value>"
 Size of the resend queue (in objects). This is the maximum number of objects
-that can be stored waiting to be confirmed via acknoledgment.
+that can be stored waiting to be confirmed via acknowledgment.
 If you keep this value low, the daemon will have less chances to recover
 state-changes under message omission. On the other hand, if you keep this 
value
 high, the daemon will consume more memory to store dead objects.
@@ -120,8 +120,8 @@ Default is 60 seconds.
 
 .TP
 .BI "ACKWindowSize <value>"
-Set the acknowledgement window size. If you decrease this value, the number 
of
-acknowlegdments increases. More acknowledgments means more overhead as
+Set the acknowledgment window size. If you decrease this value, the number of
+acknowledgments increases. More acknowledgments means more overhead as
 \fBconntrackd(8)\fP has to handle more control messages. On the other hand, 
if
 you increase this value, the resend queue gets more populated. This results 
in
 more overhead in the queue releasing.
@@ -334,7 +334,7 @@ fault-tolerance. In case of doubt, use it.
 This section indicates to \fBconntrackd(8)\fP to use UDP as transport
 mechanism between nodes of the firewall cluster.
 
-As in the \fBMulticast\fP configuration, you may especify several fail-over
+As in the \fBMulticast\fP configuration, you may specify several fail-over
 dedicated links using the \fIDefault\fP keyword.
 
 Example:
@@ -407,7 +407,7 @@ If you combine this transport with the \fBNOTRACK\fP mode, 
it becomes reliable.
 The TCP transport protocol can be configured in exactly the same way as
 the \fBUDP\fP transport protocol.
 
-As in the \fBMulticast\fP configuration, you may especify several fail-over
+As in the \fBMulticast\fP configuration, you may specify several fail-over
 dedicated links using the \fIDefault\fP keyword.
 
 Example:
-- 
2.50.0






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH conntrack-tools] Typo in contrackd-conf manpage
  2025-07-09 18:39 [PATCH conntrack-tools] Typo in contrackd-conf manpage Xavier Claude
@ 2025-07-09 20:10 ` Florian Westphal
  2025-07-09 20:23   ` Xavier Claude
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Westphal @ 2025-07-09 20:10 UTC (permalink / raw)
  To: Xavier Claude; +Cc: netfilter-devel

Xavier Claude <contact@xavierclaude.be> wrote:
> Hello,
> 
> I've found a few typos in the conntrackd.conf.5 manpage.
> I hope it's the right mailing list for this kind of  report.

It is.  I've applied the patch manually, as it was corrupted somewhere
in the path.  Even patchwork only has a garbled copy, half of the patch
is taked as part of commit message and several long lines have been
broken:

https://patchwork.ozlabs.org/project/netfilter-devel/patch/3365321.aeNJFYEL58@kashyyk/

Next time, please send the patch to yourself and make sure you can apply
it via 'git am' first.

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH conntrack-tools] Typo in contrackd-conf manpage
  2025-07-09 20:10 ` Florian Westphal
@ 2025-07-09 20:23   ` Xavier Claude
  0 siblings, 0 replies; 3+ messages in thread
From: Xavier Claude @ 2025-07-09 20:23 UTC (permalink / raw)
  To: Florian Westphal; +Cc: netfilter-devel

Le mercredi 9 juillet 2025, 22:10 Florian Westphal a écrit :
> Next time, please send the patch to yourself and make sure you can apply
> it via 'git am' first.

Thank you for the manual import. Sorry for the garbage. I checked the file but 
I must have made a mistake when importing in kmail. Next time I'll use git 
send-email. 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-07-09 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 18:39 [PATCH conntrack-tools] Typo in contrackd-conf manpage Xavier Claude
2025-07-09 20:10 ` Florian Westphal
2025-07-09 20:23   ` Xavier Claude

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.