* [libnetfilter_log PATCH] doc: correct non-native solecism
@ 2022-04-10 12:10 Jeremy Sowden
2022-04-10 12:27 ` Florian Westphal
0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Sowden @ 2022-04-10 12:10 UTC (permalink / raw)
To: Netfilter Devel
The native usage is "... allows one to ...", not "... allows to ...".
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
src/libnetfilter_log.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libnetfilter_log.c b/src/libnetfilter_log.c
index 1b472426410f..cb093847f996 100644
--- a/src/libnetfilter_log.c
+++ b/src/libnetfilter_log.c
@@ -557,7 +557,7 @@ int nflog_set_mode(struct nflog_g_handle *gh,
* \param gh Netfilter log group handle obtained by call to nflog_bind_group().
* \param timeout Time to wait until the log buffer is pushed to userspace
*
- * This function allows to set the maximum time that nflog waits until it
+ * This function allows one to set the maximum time that nflog waits until it
* pushes the log buffer to userspace if no new logged packets have occured.
* Basically, nflog implements a buffer to reduce the computational cost
* of delivering the log message to userspace.
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [libnetfilter_log PATCH] doc: correct non-native solecism
2022-04-10 12:10 [libnetfilter_log PATCH] doc: correct non-native solecism Jeremy Sowden
@ 2022-04-10 12:27 ` Florian Westphal
0 siblings, 0 replies; 2+ messages in thread
From: Florian Westphal @ 2022-04-10 12:27 UTC (permalink / raw)
To: Jeremy Sowden; +Cc: Netfilter Devel
Jeremy Sowden <jeremy@azazel.net> wrote:
> The native usage is "... allows one to ...", not "... allows to ...".
applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-10 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-10 12:10 [libnetfilter_log PATCH] doc: correct non-native solecism Jeremy Sowden
2022-04-10 12:27 ` Florian Westphal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).