* [patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix
@ 2021-11-13 11:58 Samanta Navarro
2021-11-13 12:41 ` G. Branden Robinson
0 siblings, 1 reply; 6+ messages in thread
From: Samanta Navarro @ 2021-11-13 11:58 UTC (permalink / raw)
To: linux-man; +Cc: alx.manpages, mtk.manpages
Typos found with codespell.
Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
---
man2/futex.2 | 2 +-
man2/mount_setattr.2 | 2 +-
man5/proc.5 | 4 ++--
man7/netlink.7 | 2 +-
man7/tcp.7 | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/man2/futex.2 b/man2/futex.2
index 1dd77ac..7210030 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -1137,7 +1137,7 @@ except that the clock against which
is measured is selectable.
By default, the (absolute) timeout specified in
.I timeout
-is measured againt the
+is measured against the
.B CLOCK_MONOTONIC
clock, but if the
.B FUTEX_CLOCK_REALTIME
diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2
index 77233f5..ca56256 100644
--- a/man2/mount_setattr.2
+++ b/man2/mount_setattr.2
@@ -986,7 +986,7 @@ main(int argc, char *argv[])
.\" because. Because making assumptions about the current working directory
.\" of the calling process is just too easy to get wrong; especially when
.\" pivot_root() or chroot() are in play.
-.\" My absolut preference (joke intended) is to open a well-known starting
+.\" My absolute preference (joke intended) is to open a well-known starting
.\" point with an absolute path to get a dirfd and then scope all future
.\" operations beneath that dirfd. This already works with old-style
.\" openat() and _very_ cautious programming but openat2() and its
diff --git a/man5/proc.5 b/man5/proc.5
index c668462..3f16dcd 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -3068,7 +3068,7 @@ Further information about the zones can be found in
.IR /proc/zoneinfo .
.TP
.I /proc/bus
-Contains subdirectories for installed busses.
+Contains subdirectories for installed buses.
.TP
.I /proc/bus/pccard
Subdirectory for PCMCIA devices when
@@ -3079,7 +3079,7 @@ is set at kernel compilation time.
.TP
.I /proc/bus/pci
Contains various bus subdirectories and pseudo-files containing
-information about PCI busses, installed devices, and device
+information about PCI buses, installed devices, and device
drivers.
Some of these files are not ASCII.
.TP
diff --git a/man7/netlink.7 b/man7/netlink.7
index 6b04fea..2991ec7 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -191,7 +191,7 @@ structure,
.B NLMSG_DONE
message terminates a multipart message.
Error messages get the
-original request appened, unless the user requests to cap the
+original request appended, unless the user requests to cap the
error message, and get extra error data if requested.
.PP
.in +4n
diff --git a/man7/tcp.7 b/man7/tcp.7
index 0a7c61a..8a871fc 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -1161,7 +1161,7 @@ This option takes an
as an argument.
When the value is greater than 0,
it specifies the maximum amount of time in milliseconds that transmitted
-data may remain unacknowledged, or bufferred data may remain untransmitted
+data may remain unacknowledged, or buffered data may remain untransmitted
(due to zero window size) before TCP will forcibly close the
corresponding connection and return
.B ETIMEDOUT
--
2.33.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix
2021-11-13 11:58 [patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix Samanta Navarro
@ 2021-11-13 12:41 ` G. Branden Robinson
2021-11-22 17:12 ` Alejandro Colomar (man-pages)
0 siblings, 1 reply; 6+ messages in thread
From: G. Branden Robinson @ 2021-11-13 12:41 UTC (permalink / raw)
To: Samanta Navarro; +Cc: linux-man, alx.manpages, mtk.manpages
[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]
Hi Samanta,
At 2021-11-13T11:58:08+0000, Samanta Navarro wrote:
> Typos found with codespell.
[...]
> diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2
> index 77233f5..ca56256 100644
> --- a/man2/mount_setattr.2
> +++ b/man2/mount_setattr.2
> @@ -986,7 +986,7 @@ main(int argc, char *argv[])
> .\" because. Because making assumptions about the current working directory
> .\" of the calling process is just too easy to get wrong; especially when
> .\" pivot_root() or chroot() are in play.
> -.\" My absolut preference (joke intended) is to open a well-known starting
> +.\" My absolute preference (joke intended) is to open a well-known starting
> .\" point with an absolute path to get a dirfd and then scope all future
> .\" operations beneath that dirfd. This already works with old-style
> .\" openat() and _very_ cautious programming but openat2() and its
I always thought the foregoing was a double entendre expressing the
author's taste for vodka...
Regards,
Branden
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix
2021-11-13 12:41 ` G. Branden Robinson
@ 2021-11-22 17:12 ` Alejandro Colomar (man-pages)
2021-11-22 17:14 ` Alejandro Colomar (man-pages)
0 siblings, 1 reply; 6+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-11-22 17:12 UTC (permalink / raw)
To: G. Branden Robinson, Samanta Navarro; +Cc: linux-man, mtk.manpages
Hi Branden and Samanta,
On 11/13/21 13:41, G. Branden Robinson wrote:
> Hi Samanta,
>
> At 2021-11-13T11:58:08+0000, Samanta Navarro wrote:
>> Typos found with codespell.
> [...]
>> diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2
>> index 77233f5..ca56256 100644
>> --- a/man2/mount_setattr.2
>> +++ b/man2/mount_setattr.2
>> @@ -986,7 +986,7 @@ main(int argc, char *argv[])
>> .\" because. Because making assumptions about the current working directory
>> .\" of the calling process is just too easy to get wrong; especially when
>> .\" pivot_root() or chroot() are in play.
>> -.\" My absolut preference (joke intended) is to open a well-known starting
>> +.\" My absolute preference (joke intended) is to open a well-known starting
>> .\" point with an absolute path to get a dirfd and then scope all future
>> .\" operations beneath that dirfd. This already works with old-style
>> .\" openat() and _very_ cautious programming but openat2() and its
>
> I always thought the foregoing was a double entendre expressing the
> author's taste for vodka...
Yes. There have been other attempts to patch this[1], but I'll defend
the author's joke, even if I don't share his preferences for liquid
ingestion. :)
[1]:
https://lore.kernel.org/linux-man/20210910200429.4816-3-jwilk@jwilk.net/
Cheers,
Alex
--
Alejandro Colomar
Linux man-pages comaintainer; http://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix
2021-11-22 17:12 ` Alejandro Colomar (man-pages)
@ 2021-11-22 17:14 ` Alejandro Colomar (man-pages)
2021-11-24 11:59 ` Samanta Navarro
0 siblings, 1 reply; 6+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-11-22 17:14 UTC (permalink / raw)
To: Samanta Navarro; +Cc: linux-man, mtk.manpages, G. Branden Robinson
Hi Samanta,
On 11/22/21 18:12, Alejandro Colomar (man-pages) wrote:
> Hi Branden and Samanta,
>
> On 11/13/21 13:41, G. Branden Robinson wrote:
>> Hi Samanta,
>>
>> At 2021-11-13T11:58:08+0000, Samanta Navarro wrote:
>>> Typos found with codespell.
>> [...]
>>> diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2
>>> index 77233f5..ca56256 100644
>>> --- a/man2/mount_setattr.2
>>> +++ b/man2/mount_setattr.2
>>> @@ -986,7 +986,7 @@ main(int argc, char *argv[])
>>> .\" because. Because making assumptions about the current
>>> working directory
>>> .\" of the calling process is just too easy to get wrong;
>>> especially when
>>> .\" pivot_root() or chroot() are in play.
>>> -.\" My absolut preference (joke intended) is to open a
>>> well-known starting
>>> +.\" My absolute preference (joke intended) is to open a
>>> well-known starting
>>> .\" point with an absolute path to get a dirfd and then scope
>>> all future
>>> .\" operations beneath that dirfd. This already works with
>>> old-style
>>> .\" openat() and _very_ cautious programming but openat2() and its
>>
>> I always thought the foregoing was a double entendre expressing the
>> author's taste for vodka...
>
> Yes. There have been other attempts to patch this[1], but I'll defend
> the author's joke, even if I don't share his preferences for liquid
> ingestion. :)
>
> [1]:
> https://lore.kernel.org/linux-man/20210910200429.4816-3-jwilk@jwilk.net/
However, I like the rest of the patch. I you don't mind, could you
please resend it without fixing the joke?
Thanks,
Alex
--
Alejandro Colomar
Linux man-pages comaintainer; http://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix
2021-11-22 17:14 ` Alejandro Colomar (man-pages)
@ 2021-11-24 11:59 ` Samanta Navarro
2021-11-29 12:17 ` Alejandro Colomar (man-pages)
0 siblings, 1 reply; 6+ messages in thread
From: Samanta Navarro @ 2021-11-24 11:59 UTC (permalink / raw)
To: Alejandro Colomar (man-pages)
Cc: linux-man, mtk.manpages, G. Branden Robinson
Typos found with codespell.
Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
---
man2/futex.2 | 2 +-
man2/mount_setattr.2 | 2 +-
man5/proc.5 | 4 ++--
man7/netlink.7 | 2 +-
man7/tcp.7 | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/man2/futex.2 b/man2/futex.2
index 1dd77ac..7210030 100644
--- a/man2/futex.2
+++ b/man2/futex.2
@@ -1137,7 +1137,7 @@ except that the clock against which
is measured is selectable.
By default, the (absolute) timeout specified in
.I timeout
-is measured againt the
+is measured against the
.B CLOCK_MONOTONIC
clock, but if the
.B FUTEX_CLOCK_REALTIME
diff --git a/man5/proc.5 b/man5/proc.5
index c668462..3f16dcd 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -3068,7 +3068,7 @@ Further information about the zones can be found in
.IR /proc/zoneinfo .
.TP
.I /proc/bus
-Contains subdirectories for installed busses.
+Contains subdirectories for installed buses.
.TP
.I /proc/bus/pccard
Subdirectory for PCMCIA devices when
@@ -3079,7 +3079,7 @@ is set at kernel compilation time.
.TP
.I /proc/bus/pci
Contains various bus subdirectories and pseudo-files containing
-information about PCI busses, installed devices, and device
+information about PCI buses, installed devices, and device
drivers.
Some of these files are not ASCII.
.TP
diff --git a/man7/netlink.7 b/man7/netlink.7
index 6b04fea..2991ec7 100644
--- a/man7/netlink.7
+++ b/man7/netlink.7
@@ -191,7 +191,7 @@ structure,
.B NLMSG_DONE
message terminates a multipart message.
Error messages get the
-original request appened, unless the user requests to cap the
+original request appended, unless the user requests to cap the
error message, and get extra error data if requested.
.PP
.in +4n
diff --git a/man7/tcp.7 b/man7/tcp.7
index 0a7c61a..8a871fc 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -1161,7 +1161,7 @@ This option takes an
as an argument.
When the value is greater than 0,
it specifies the maximum amount of time in milliseconds that transmitted
-data may remain unacknowledged, or bufferred data may remain untransmitted
+data may remain unacknowledged, or buffered data may remain untransmitted
(due to zero window size) before TCP will forcibly close the
corresponding connection and return
.B ETIMEDOUT
--
2.34.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix
2021-11-24 11:59 ` Samanta Navarro
@ 2021-11-29 12:17 ` Alejandro Colomar (man-pages)
0 siblings, 0 replies; 6+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-11-29 12:17 UTC (permalink / raw)
To: Samanta Navarro; +Cc: linux-man, mtk.manpages, G. Branden Robinson
Hi Samanta,
On 11/24/21 12:59, Samanta Navarro wrote:
>
> Typos found with codespell.
>
> Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
Patch applied.
I had to manually remove the changes to futex.2, since that typo had
already been fixed a couple of months ago in my tree, so I also renamed
the subject.
Thanks,
Alex
> ---
> man2/futex.2 | 2 +-
> man2/mount_setattr.2 | 2 +-
> man5/proc.5 | 4 ++--
> man7/netlink.7 | 2 +-
> man7/tcp.7 | 2 +-
> 5 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/man2/futex.2 b/man2/futex.2
> index 1dd77ac..7210030 100644
> --- a/man2/futex.2
> +++ b/man2/futex.2
> @@ -1137,7 +1137,7 @@ except that the clock against which
> is measured is selectable.
> By default, the (absolute) timeout specified in
> .I timeout
> -is measured againt the
> +is measured against the
> .B CLOCK_MONOTONIC
> clock, but if the
> .B FUTEX_CLOCK_REALTIME
> diff --git a/man5/proc.5 b/man5/proc.5
> index c668462..3f16dcd 100644
> --- a/man5/proc.5
> +++ b/man5/proc.5
> @@ -3068,7 +3068,7 @@ Further information about the zones can be found in
> .IR /proc/zoneinfo .
> .TP
> .I /proc/bus
> -Contains subdirectories for installed busses.
> +Contains subdirectories for installed buses.
> .TP
> .I /proc/bus/pccard
> Subdirectory for PCMCIA devices when
> @@ -3079,7 +3079,7 @@ is set at kernel compilation time.
> .TP
> .I /proc/bus/pci
> Contains various bus subdirectories and pseudo-files containing
> -information about PCI busses, installed devices, and device
> +information about PCI buses, installed devices, and device
> drivers.
> Some of these files are not ASCII.
> .TP
> diff --git a/man7/netlink.7 b/man7/netlink.7
> index 6b04fea..2991ec7 100644
> --- a/man7/netlink.7
> +++ b/man7/netlink.7
> @@ -191,7 +191,7 @@ structure,
> .B NLMSG_DONE
> message terminates a multipart message.
> Error messages get the
> -original request appened, unless the user requests to cap the
> +original request appended, unless the user requests to cap the
> error message, and get extra error data if requested.
> .PP
> .in +4n
> diff --git a/man7/tcp.7 b/man7/tcp.7
> index 0a7c61a..8a871fc 100644
> --- a/man7/tcp.7
> +++ b/man7/tcp.7
> @@ -1161,7 +1161,7 @@ This option takes an
> as an argument.
> When the value is greater than 0,
> it specifies the maximum amount of time in milliseconds that transmitted
> -data may remain unacknowledged, or bufferred data may remain untransmitted
> +data may remain unacknowledged, or buffered data may remain untransmitted
> (due to zero window size) before TCP will forcibly close the
> corresponding connection and return
> .B ETIMEDOUT
>
--
Alejandro Colomar
Linux man-pages comaintainer; http://www.kernel.org/doc/man-pages/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-11-29 13:37 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-13 11:58 [patch] futex.2, mount_setattr.2, proc.5, netlink.7, tcp.7: tfix Samanta Navarro
2021-11-13 12:41 ` G. Branden Robinson
2021-11-22 17:12 ` Alejandro Colomar (man-pages)
2021-11-22 17:14 ` Alejandro Colomar (man-pages)
2021-11-24 11:59 ` Samanta Navarro
2021-11-29 12:17 ` Alejandro Colomar (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox