linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Issue in man page PR_FUTEX_HASH_SET_SLOTS.2const
@ 2025-12-24 14:38 Helge Kreutzmann
  2025-12-24 15:50 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Kreutzmann @ 2025-12-24 14:38 UTC (permalink / raw)
  To: alx; +Cc: mario.blaettermann, linux-man

Without further ado, the following was found:

Issue:    behaviour → behavior  (according man-pages(7) american English is used)

"Use the global hash.  This is the behaviour used before Linux 6.17."

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

* Re: Issue in man page PR_FUTEX_HASH_SET_SLOTS.2const
  2025-12-24 14:38 Issue in man page PR_FUTEX_HASH_SET_SLOTS.2const Helge Kreutzmann
@ 2025-12-24 15:50 ` Alejandro Colomar
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar @ 2025-12-24 15:50 UTC (permalink / raw)
  To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

On Wed, Dec 24, 2025 at 02:38:21PM +0000, Helge Kreutzmann wrote:
> Without further ado, the following was found:
> 
> Issue:    behaviour → behavior  (according man-pages(7) american English is used)

Thanks!  I've fixed it globally.

	commit 9ba35afb6c5be6f41578842a416ac90e3d418b0f (HEAD -> contrib)
	Author: Alejandro Colomar <alx@kernel.org>
	Date:   Wed Dec 24 16:48:03 2025 +0100

	    man/: grfix
	    
	    The American spelling is far more common:
	    
		    $ grep -rhio behavior man/ | wc -l
		    561
		    $ grep -rhio behaviour man/ | wc -l
		    31
	    
	    This change was scripted:
	    
		    $ grep -rl ehaviour man | xargs sed -i 's/ehaviour/ehavior/'
	    
	    Reported-by: Helge Kreutzmann <debian@helgefjell.de>
	    Signed-off-by: Alejandro Colomar <alx@kernel.org>

Cheers,
Alex

> 
> "Use the global hash.  This is the behaviour used before Linux 6.17."

-- 
<https://www.alejandro-colomar.es>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2025-12-24 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-24 14:38 Issue in man page PR_FUTEX_HASH_SET_SLOTS.2const Helge Kreutzmann
2025-12-24 15:50 ` Alejandro Colomar

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).