Re: [PATCH] man8: ld.so: fix grammer mistake
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-12-06 14:13:01
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-12-06 14:13:01
Hi Anhad, On Fri, Dec 06, 2024 at 07:18:23AM +0000, Anhad Singh wrote:
The revised phrase "...one or more of the following..." is more clear. Signed-off-by: Anhad Singh <redacted>
Thanks! I've applied the patch. <https://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/commit/?h=contrib&id=119ca28ddcdefdf77e507cc9c61c9280702794b2> Have a lovely day! Alex
--- man/man8/ld.so.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/man/man8/ld.so.8 b/man/man8/ld.so.8 index 23cddb9..9ac471f 100644 --- a/man/man8/ld.so.8 +++ b/man/man8/ld.so.8@@ -548,7 +548,7 @@ one can observe all run-time function bindings. .TP .BR LD_DEBUG " (since glibc 2.1)" Output verbose debugging information about operation of the dynamic linker. -The content of this variable is one of more of the following categories, +The content of this variable is one or more of the following categories, separated by colons, commas, or (if the value is quoted) spaces: .RS .TP 12-- 2.47.1
-- <https://www.alejandro-colomar.es/>